Question
Is it possible to set to return a different exit status for each pattern, using Conditional branch operations for example?
Answer
By placing multiple End components on script canvas and drawing process/data flow, it is possible to set multiple arbitrary return values.
To do this, go to Basic > Flow > End in the Tool Palette on the right side of Designer, add a component, and set the return value.
Only one return value can be set for a single End component.
End
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Connector/flow_end.htm
Supplementary information
Scripts have exit Status that is returned to the tool that executed the script.
The End component of a script can have a return value, and this can be returned as exit status.
Exit status of scripts
https://www.hulft.com/help/en-us/HULFTSquare/Content/Data_Integration/ErrorCode/error_code.htm
Comments
0 comments
Article is closed for comments.