interface WorkflowTriggerNodeParameters { events?: ("update" | "activate")[];}
readonly events?: ("update" | "activate")[]
Specifies under which conditions an execution should happen:
Specifies under which conditions an execution should happen:
- Active Workflow Updated: Triggers when this workflow is updated
- Workflow Activated: Triggers when this workflow is activated
Default: []