Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 907 Bytes

File metadata and controls

34 lines (22 loc) · 907 Bytes

ListWorkflows200ResponseWorkflowsInner

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
platform String [optional]
accountId String [optional]
accountName String [optional]
status StatusEnum [optional]
nodeCount Integer [optional]
totalStarted Integer [optional]
totalCompleted Integer [optional]
totalExited Integer [optional]
createdAt OffsetDateTime [optional]

Enum: StatusEnum

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