Assign steps to a job
- Last UpdatedOct 28, 2024
- 1 minute read
You can assign steps to a job. Steps decompose an operation into discreet parts. You must create step groups before creating steps. Step groups can be repeatable or non-repeatable. Non-repeatable step groups contain steps that only need to be performed once in the operation such as, setup and teardown steps. Repeatable step groups contain steps that must be performed for every batch that is produced in a job. You must specify an order for the step groups by providing sequence number. The higher numbered step must start after the lower numbered step for a group is completed. If two groups have the same sequence number, the steps in both groups can be performed in any order. You can define multiple step groups and steps for a job.