execution-mode

The execution mode for an automation

Name execution-mode
Type Enum
Path packages/blocks/src/types/execution-mode.ts

Members

Name Description
Parallel If a previous execution is in progress when triggered, the new execution will continue regardless
Queue If a previous execution was in progress, the new execution will execute when that execution has finished
Restart If a previous execution is in progress when triggered, that execution will be cancelled