Component schema
Agentic Workflow Concurrency Policy
string1 direct reference
Definition
The concurrency policy to apply when an automation is triggered while a previous execution is still running.
queue: Queue the new execution and run it after the current one completes.skip: Skip the new execution entirely.supersede: Cancel the current execution and start the new one.parallel: Run executions in parallel, up tomaxParallel.
string
Allowed values
"queue""skip""supersede""parallel"Used by 1
These schemas and endpoints reference this type directly.