Methods

  • get - Get workflow detail by Id

Resource

{
    "activatedAt": "date-time",
    "createdAt": "date-time",
    "description": "string",
    "finalizedAt": "date-time",
    "folder": "string",
    "id": "string",
    "lastPausedAt": "date-time",
    "lastResumedAt": "date-time",
    "name": "string",
    "status": "string",
    "tags": [
        "string"
    ],
    "updatedAt": "date-time"
}

Properties

Name Type Description Additional
activatedAt date-time

The date of workflow activation in ISO8601 format

Optional
createdAt date-time

The date of workflow creation in ISO8601 format

description string

The description of the workflow

finalizedAt date-time

The date of workflow finalization in ISO8601 format

Optional
folder string

The folder of the workflow. A workflow can be only inside one folder.

Optional
id string

The identifier of the workflow

lastPausedAt date-time

The date of workflow latest pause in ISO8601 format

Optional
lastResumedAt date-time

The date of workflow latest resume in ISO8601 format

Optional
name string

The name of the workflow

status string

The status of the workflow

Possible values are:

  • draft
  • active
  • paused
  • finalized
  • scheduled
tags[] array of string

The tags of the workflow

updatedAt date-time

The date of workflow latest update in ISO8601 format

Optional