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": "ut veniam laboris fugiat 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": [
{
"name": "cupidatat proident adipisicing nulla",
"provenance": "reprehenderit ut"
},
{
"name": "labore",
"provenance": "eu irure Duis"
},
{
"name": "eu occaecat Lorem nostrud anim",
"provenance": "laboris Excepteur exercitation dolore sit"
}
],
"x": 94232860.90462023,
"y": 93183029.03642523
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
{
"name": "Ut commodo eiusmod",
"provenance": "dolore"
}
],
"x": 47459626.39168456,
"y": 65416666.25493562
},
"error_handler": {
"name": "childJob",
"summary": "sed magna Ut",
"description": "incididunt do qui",
"app": "tempor",
"variables": {
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "/~1/BLsMVJjdPT/~0/~1/jU6c-Lcf2ZM"
},
{
"type": "encryption",
"pointer": "/YF,3VV/~0/~0/~1/osX/GwdD/KB7Vg/En0U1.W76/m9AP/~1"
},
{
"type": "encryption",
"pointer": "/otpW/~1/~0/~1/~1"
}
]
},
"groups": [
{
"name": "cupidatat quis",
"provenance": "minim officia"
},
{
"name": "in sint",
"provenance": "nostrud ipsum labore Duis"
},
{
"name": "consequat culpa",
"provenance": "aute cupidatat consequat Lorem"
}
],
"x": -5676550.074700564,
"y": -52148742.86492068,
"type": "operation",
"gridCoordinate": {
"x": -44498801.421417646,
"y": 68068901.24016744
},
"deprecated": true,
"scheduled": true
}
},
"transitions": {},
"groups": [
{
"name": "cillum voluptate sed ipsum",
"provenance": "esse dolor laboris"
},
{
"name": "elit aliqua ea Duis in",
"provenance": "nisi"
},
{
"name": "et",
"provenance": "amet veniam ut"
},
{
"name": "velit ut Lorem",
"provenance": "ad fugiat est ut laboris"
}
],
"_id": "f06cc5ee-aa64-bffc-3081-20fc8a88c151",
"description": "ut ad qui amet sed",
"errorHandler": {
"type": "aliqua ea velit labore",
"name": "elit labore non irure"
},
"font_size": 12,
"created": "1980-11-30T07:11:50.433Z",
"created_by": null,
"createdVersion": "sint amet",
"last_updated": "2022-09-11T06:53:16.479Z",
"last_updated_by": null,
"lastUpdatedVersion": "aute magna eu incididunt",
"tags": [
{
"_id": "22DbaF03cE8a644D09e77Cc9",
"name": "cillum consequat",
"description": "magna ex laborum anim"
},
{
"_id": "73c5EDb3EDE2Eab3f8a91bD2",
"name": "cillum in dolor",
"description": "veniam"
},
{
"_id": "520FC2Bb5747030b20CB930b",
"name": "in pariatur laboris ut",
"description": "reprehenderit do pariatur nisi aute"
},
{
"_id": "a46bbeeEE4efcB826DF8b50d",
"name": "minim ullamco esse",
"description": "non deserunt sint"
}
],
"canvasVersion": 1.5,
"encodingVersion": 1,
"decorators": [
{
"type": "encryption",
"pointer": "/MvEiRTpB,/x/cwmaT/~1/~0/CYrW/pDA.K6o/~0/~1/~1/K/"
}
],
"migrationVersion": 6820490
}