Workflow Step Deadline Changed
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.step_deadline_changed event occurs.
Triggered by: the deadline of the step a running workflow is on being changed, whether
that happens in the workflow overview, 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 step deadline triggers workflow.created instead.
Note: only an entered deadline is stored, so the deadline the API derives for a step
without one moves without triggering this event.
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).