动作执行
动作 execution is based on steps, and the set of these constitutes all the activities that are triggered when the action runs, regardless of whether the action is started manually or by any of its triggers.
步骤 are executed in order, one after another, until the last one is completed.
Regardless of the step type, for each step it is possible to indicate whether execution should continue in case of error, 使用 following attribute: Continue on error: this field indicates whether, in case errors occur when executing the step, the action should stop or continue to the next step. If this field is enabled, the error is logged, but the action continues with the execution of the next step. If the field is disabled, the error is logged and the action stops immediately.
