Workflow Due Date Rules
Set the checklist due date rule
Sets the single checklist-level due date rule on a draft workflow revision, replacing any existing rule. Send rule: null (or omit the field) to clear the existing rule. When sourceType is FormFieldValue, sourceWidgetId must reference a Date form field widget in the same revision. Returns the resulting rule.
put/workflows/{workflowId}/revisions/{revisionId}/due-date-rule
Path parameters
workflowIdstring required
The ID of the Workflow
revisionIdstring required
The ID of the Revision
Request body
Response
Example response
{
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.