Export workflow

Exports a single Workflow.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
optionsanyOptional

Response

Exported Workflow
namestring
typestringDefaults to automation
tasksobject
transitionsobject
groupslist of objects
_idstringOptionalformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
uuidstringOptionalformat: "^[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}$"
descriptionstring or nullOptional
namespaceobject or nullOptional
preAutomationTimeintegerOptional

Time (milliseconds) automation would have taken someone to complete without using IAP.

slaintegerOptional
metadataobjectOptional

Deprecated. If present, preAutomationTime and sla are lifted to the top level on import; this property is not persisted.

scenarioslist of objectsOptional
errorHandlerobject or nullOptional

Deprecated gen2-specific feature

font_sizeintegerOptional6-24Defaults to 12

Deprecated, unused, gen1-specific feature

createdstringOptionalformat: "date-time"
created_byobject or stringOptional
createdVersionstringOptional
last_updatedstringOptionalformat: "date-time"
last_updated_byobject or stringOptional
lastUpdatedVersionstringOptional

This value represents the semantic version of the application that last modified it. For workflows with canvasVersion = 1, this field will refer to the version of Workflow Builder. For workflows with canvasVersion > 1, this field will refer to the version of Studio.

tagslist of objectsOptional
canvasVersionenumOptional
encodingVersionenumOptional
inputSchemaobjectOptional
outputSchemaobjectOptional
outputDatamap from strings to objectsOptional

Deprecated gen2-specific feature

decoratorslist of objectsOptional
migrationVersionintegerOptional>=0

Errors

500
Internal Server Error