Automic Community Integrations

 View Only

  • 1.  How to compare to return values in a job

    Posted Jun 21, 2024 11:34 AM
    Edited by Navdeep Hundal Aug 01, 2024 05:08 PM

    Is there any way that we can set up any post condition on job that compares the value and execute or block the workflow based on the result values I have query wanted to put on job post condition if the returned value is true should continue the next workflow if false should block.



  • 2.  RE: How to compare to return values in a job

    Posted May 16, 2025 03:52 PM

    The short answer is yes. You can check the job result status on the post process tab and make decisions form there.   Assuming you have some knowledge of writing scripts, easist way to get started is go to the Postprocessing tab of a new object and hit the Help (?) at the top right.  It should bring you to the Process pages document and you can explore from there.  You may want to check the community portal to see if anyone has shared some examples.  Way back in the day, the trainers would help you build a Postprocess tab script for doing that.  Not sure if they do that anymore.  Good luck