An automatic step is a step that requires no manual interaction, because the computer performs the action instead. For example, an automatic action might copy a file from one place to another or unlock an asset in the version control system. The step is displayed in the workflow, whereas the action is performed when the step is executed.
You can control the way in which automatic actions are executed by specifying arguments when you configure the workflow. Each automatic action can return one value from a set of predefined values, which indicates the result of its execution.
Scope type | Description |
---|---|
Task-level | The automatic action is executed as soon as each task has completed its previous step. |
Project-level | The automatic action is executed once for all the tasks in a project after they all reach a certain step. If some of the tasks reach that step earlier, they are on hold until all the other tasks in the project reach that step as well. |
Project group-level | The automatic action is executed once for all the tasks from all the projects in a project group after they reach a certain step. If some of the tasks reach that step earlier, they are on hold until all the other tasks in the project group reach that step as well. |