curl --request POST \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/review' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"approved": true,
"reason": "Two-person tent, green — replacement for damaged pole set.",
"feedback": "string",
"edited_text": "string"
}'
Order fulfillment review
Accepted — review decision signalled to the order-fulfillment workflow.
POST
/
v1
/
workflows
/
order-fulfillment
/
{workflow_id}
/
review
curl --request POST \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/review' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"approved": true,
"reason": "Two-person tent, green — replacement for damaged pole set.",
"feedback": "string",
"edited_text": "string"
}'
Path parameters
string (string)
required
Request body
ReviewDecision
boolean
required
string
string
string
Response
No response body. Accepted — review decision signalled to the order-fulfillment workflow.Status codes
| Code | Meaning |
|---|---|
202 | Accepted — review decision signalled to the order-fulfillment workflow. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request POST \
--url 'https://api.workstream.stateset.com/v1/workflows/order-fulfillment/{workflow_id}/review' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"approved": true,
"reason": "Two-person tent, green — replacement for damaged pole set.",
"feedback": "string",
"edited_text": "string"
}'
Last modified on August 31, 2026