| 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] |
| Name | Value |
|---|---|
| LOCALLY_MODIFIED | "LOCALLY_MODIFIED" |
| STALE | "STALE" |
| LOCALLY_MODIFIED_AND_STALE | "LOCALLY_MODIFIED_AND_STALE" |
| UP_TO_DATE | "UP_TO_DATE" |
| SYNC_FAILURE | "SYNC_FAILURE" |