Skip to main content
Version: v41

workflow_decision

A user's decision on a workflow step - used by the /decision API resource

stepinteger

Workflow step requires approval

decisionstring

The user's decision

Possible values: [WAITING, APPROVED, DENIED]

commentstring

A comment accompanying the decision

workflow_decision
{
"step": 0,
"decision": "WAITING",
"comment": "string"
}