Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

FlowBreadcrumbEntity.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

FlowBreadcrumbEntity

Properties

Name Type Description Notes
id String The id of this ancestor ProcessGroup. [optional]
permissions PermissionsDTO The permissions for this ancestor ProcessGroup. [optional]
versionedFlowState VersionedFlowStateEnum The current state of the Process Group, as it relates to the Versioned Flow [optional]
breadcrumb FlowBreadcrumbDTO This breadcrumb. [optional]
parentBreadcrumb FlowBreadcrumbEntity The parent breadcrumb for this breadcrumb. [optional]

Enum: VersionedFlowStateEnum

Name Value
LOCALLY_MODIFIED_DESCENDANT "LOCALLY_MODIFIED_DESCENDANT"
LOCALLY_MODIFIED "LOCALLY_MODIFIED"
STALE "STALE"
LOCALLY_MODIFIED_AND_STALE "LOCALLY_MODIFIED_AND_STALE"
UP_TO_DATE "UP_TO_DATE"