Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.09 KB

File metadata and controls

37 lines (25 loc) · 1.09 KB

GetWorkflow200ResponseWorkflow

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
platform String [optional]
accountId String [optional]
profileId String [optional]
status StatusEnum [optional]
entryNodeId String [optional]
nodes List<WorkflowNode> [optional]
edges List<WorkflowEdge> [optional]
totalStarted Integer [optional]
totalCompleted Integer [optional]
totalExited Integer [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]

Enum: StatusEnum

Name Value
DRAFT "draft"
ACTIVE "active"
PAUSED "paused"