The primary function of the script step service is to enable the execution of TypeScript code within a workflow script step.
Example of script step usage.
By default, the script step code is associated with an exit code of 0. However, you have the flexibility to incorporate additional exit codes, allowing you to easily direct the job to different locations within your workflow.
Illustration of multiple exit codes for enhanced workflow control.