Summary
Export Workflow
Description
Export a single Workflow
Route
POST /workflow_builder/export
Roles
admin
apiread
Parameters
Details Example Schema
Name
Type
Required
Description
options
object
yes
match a workflow using _id or name. Type may be included as an additional filter when using name.
Copied to Clipboard
{
"options": {
"_id": "5cb7b531d06cceb89fd21b1c",
"name": "someWorkflowName",
"type": "in"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"_id": {
"type": "string",
"pattern": "^[0-9a-f]{24}$",
"title": "MongoDB ObjectId",
"description": "Id of Workflow document",
"examples": [
"4321abcdef694aa79dae47ad",
"5cb7b531d06cceb89fd21b1c"
]
},
"name": {
"type": "string",
"description": "The name of the workflow. When provided, 'type' can also be specified for additional filtering.",
"examples": [
"someWorkflowName"
]
},
"type": {
"type": "string",
"description": "The type of the workflow. It is an optional field and is used in conjunction with 'name' for filtering."
}
},
"required": [
"_id",
"name"
],
"oneOf": [
{
"required": [
"_id"
]
},
{
"required": [
"name"
]
}
],
"additionalProperties": false
}
},
"required": [
"options"
],
"additionalProperties": false
}
Return
Details Example Schema
Name
Type
Description
workflow
object
Exported Workflow
Copied to Clipboard
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": -86808747.4230951,
"y": -75792398.0030983
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 75869150.90922704,
"y": 8625063.880187824
},
"error_handler": {
"name": "childJob",
"summary": "sunt commodo magna veniam",
"description": "anim Excepteur laborum cillum",
"app": "in cillum",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/SM7hegk+/~1/~1/p/~0/~0/cWyuc0zVg.j/EXIXdN"
},
{
"type": "encryption",
"pointer": "/DAlzEH/KBPYDSZ2U/Nhtni/q/irg3J"
},
{
"type": "encryption",
"pointer": "/H4gfLOfhou/Sb-/Le/w/~0/q5mXB/EM-J9WBE-e5/qAN/~1/~1/fG3Qx"
}
]
},
"groups": [
{
"name": "mollit Duis labore",
"provenance": "velit"
}
],
"type": "operation",
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
{
"name": "ut id nostrud ullamco aliquip",
"provenance": "proident deserunt sint"
},
{
"name": "enim sed mollit ad qui",
"provenance": "occaecat reprehenderit Lorem fugiat id"
},
{
"name": "sunt Ut commodo id",
"provenance": "exercitation Excepteur"
}
],
"_id": "a4595cb8-8caf-00a0-8078-f62dde23fb4b",
"description": "nisi amet incididunt ex",
"errorHandler": null,
"font_size": 12,
"created": "2005-06-18T23:35:52.752Z",
"created_by": {
"username": "dolor Lorem cupidatat",
"provenance": "ea id magna"
},
"createdVersion": "labore amet quis aliquip",
"last_updated": "1950-06-02T20:23:25.338Z",
"last_updated_by": {
"username": "in magna culpa eu nostrud",
"provenance": "in non proident Ut"
},
"lastUpdatedVersion": "occaecat consectetur aute in",
"tags": [
{
"_id": "3E2e5BaDDddCcb14CC95297e",
"name": "reprehenderit ex occaecat incididunt mollit",
"description": "tempor sint"
},
{
"_id": "205A930afE6f110C182CEcbd",
"name": "in do aute",
"description": "aliqua Ut nostrud laboris"
},
{
"_id": "Db8DA7EF9Ebc9D602Cd6aAED",
"name": "Excepteur",
"description": "eiusmod ut Lorem sed fugiat"
},
{
"_id": "6B1aa933aC8ba7CfCf2A8D69",
"name": "ipsum",
"description": "laborum nulla incididunt esse Lorem"
},
{
"_id": "B2Ad1f37E40C0ff75f3587E9",
"name": "est occaecat dolore Excepteur sit",
"description": "dolor elit tempor"
}
],
"canvasVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/FJj"
}
],
"migrationVersion": 589681
}