Reruns a specific workflow task by its ID.
You must be assigned the Workflow Run Access permission to run this operation.
Idempotency-Key | string <= 255 characters Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. |
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization required | string The value is in the |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header. |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
OK
{- "id": 2771,
- "name": "If",
- "instance": true,
- "parameters": {
- "if_clause": "{% if 0 > 1 %}\r\nTrue\r\n{% else %}\r\nFalse\r\n{% endif %}",
- "strict_variables": "true"
}, - "data": {
- "Files": {
- "XML_52881.xml": {
- "name": "JSONData_xslt.xml",
- "size": 0.011725425720214844,
- "object_class": "Workflow"
}
}, - "Tasks": {
- "Previous": {
- "Id": 2770,
- "Status": "Error",
- "ErrorClass": "WorkflowError::Callout",
- "ErrorReason": "Callout response was 500 after 1 tries."
}
}, - "Callout": {
- "RequestBody": {
- "queryString": "Select Id From Contact Where LastName = 'Drew' AND FirstName = 'Nancy' AND WorkEmail = 'nancy@xyz.com'"
}, - "ResponseBody": {
- "message": "An unexpected error occurred\n"
}, - "ResponseCode": 500,
- "RequestHeaders": {
- "Content-Type": "application/json"
}, - "ResponseHeaders": {
- "x-n": [
- "S"
], - "date": [
- "Thu, 19 Sep 2019 12:35:43 GMT"
], - "pragma": [
- "no-cache"
], - "server": [
- "kong/0.9.9"
], - "expires": [
- "Thu, 19 Sep 2019 12:35:43 GMT"
], - "connection": [
- "close"
], - "content-type": [
- "text/plain; charset=UTF-8"
], - "cache-control": [
- "max-age=0, no-cache, no-store"
]
}
}, - "Workflow": {
- "LastRunDate": "2019-09-19",
- "ExecutionDate": "2019-09-19",
- "LastRunDateTime": "2019-09-19T12:34:41",
- "WorkflowRunUser": "test-user",
- "ExecutionDateTime": "2019-09-19T12:35:37"
}
}, - "action_type": "If",
- "object": null,
- "object_id": null,
- "call_type": "SOAP",
- "workflow_id": 476,
- "status": "Success",
- "start_time": "2019-09-19T12:35:43.857Z",
- "end_time": "2019-09-19T12:35:43.942Z",
- "original_task_id": 2582,
- "original_workflow_id": 416,
- "error": null,
- "error_class": null,
- "error_details": null,
- "tags": [ ]
}