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,

    Split processing option in Process step:

    Process steps that are only required for branching the process are labeled with this option.  The next process step to be processed is either the step on success or the step on error (without generating an error message) depending on the return value.

    regards,

    tarigh

Reply
  • hi,

    Split processing option in Process step:

    Process steps that are only required for branching the process are labeled with this option.  The next process step to be processed is either the step on success or the step on error (without generating an error message) depending on the return value.

    regards,

    tarigh

Children
No Data