This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom Process next step based on script result (True/False)

In ScriptComponent I'm executing script which returns boolean value. How to process to the next step based on returned value (choose left xor right path of the process)?

Parents
  • Hi p.noga
    How about the following approach: modify your script to return true or false based upon the result and using the JobRunParameter UseBooleanResultAsComponentSuccessValue of the ScriptComponent in your process step to determine if it's going into the success or the error path.
    HTH
    Carsten
Reply
  • Hi p.noga
    How about the following approach: modify your script to return true or false based upon the result and using the JobRunParameter UseBooleanResultAsComponentSuccessValue of the ScriptComponent in your process step to determine if it's going into the success or the error path.
    HTH
    Carsten
Children
No Data