Exports a workflow version into a JSON file. This file can be used to create a copy of this workflow version.
You must be assigned the Workflow View Access permission to run this operation.
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-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
The input of version is invalid.
Workflow version is not found.
{- "linkages": [
- {
- "linkage_type": "Start",
- "source_task_id": null,
- "source_workflow_id": 286,
- "target_task_id": 849
}
], - "tasks": [
- {
- "action_type": "Callout",
- "assignment": [ ],
- "call_type": "SOAP",
- "concurrent_limit": 9999999,
- "css": {
- "left": "470px",
- "top": "160px"
}, - "error": null,
- "error_class": null,
- "error_details": null,
- "id": 849,
- "iterate_row_reference": null,
- "name": "Call Echo",
- "object": null,
- "object_batched_reference": null,
- "object_id": null,
- "original_task_id": null,
- "original_workflow_id": null,
- "parameters": {
- "authorization": {
- "type": "none"
}, - "body_type": "raw",
- "datas": [
- {
- "key": "",
- "value": ""
}
], - "headers": [
- {
- "key": "",
- "value": ""
}
], - "include_response_code": "true",
- "method": "GET",
- "raw_body": "",
- "retry_rules": {
- "current_retry_count": "0",
- "retry_count": "0",
- "retry_window": "30"
}, - "strict_variables": "true",
- "validate_response": "false",
- "validation": {
- "status_codes": [
- "",
- "200"
], - "zuora_call": "false"
}, - "validation_scheme": ""
}, - "priority": "Medium",
- "process_id": null,
- "status": null,
- "tags": [
- ""
], - "task_id": null
}
], - "workflow": {
- "call_type": null,
- "callout_trigger": true,
- "css": {
- "left": "30px",
- "top": "40px"
}, - "data": { },
- "delete_ttl": 60,
- "description": "",
- "finished_at": null,
- "id": 286,
- "interval": null,
- "name": "Call Echo",
- "notifications": { },
- "ondemand_trigger": true,
- "original_workflow_id": null,
- "parameters": { },
- "priority": "Medium",
- "scheduled_trigger": false,
- "started_at": null,
- "status": null,
- "sync_trigger": false,
- "task_summary": { },
- "timezone": null,
- "type": "Workflow::Setup",
- "version": "0.0.1"
}
}