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)?
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
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