Workflow Deadline Changed
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.deadline_changed event occurs.
Triggered by: the deadline of a running workflow being changed, whether that happens in
the workflow overview, through the bulk deadline action, along with a step change, or through
POST/PUT /workflows/workflow/{id}. Setting a first deadline and clearing one both count;
creating a workflow that already carries a deadline triggers workflow.created instead.
Note: a single-step workflow keeps its workflow deadline and its step deadline equal, so
a change there triggers workflow.step_deadline_changed as well.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).