progressType property
Progress type of this step entry. Possible string values are:
- "PROGRESS_TYPE_UNSPECIFIED" : Current step entry does not have any progress data.
- "PROGRESS_TYPE_FOR" : Current step entry is in progress of a FOR step.
- "PROGRESS_TYPE_SWITCH" : Current step entry is in progress of a SWITCH step.
- "PROGRESS_TYPE_RETRY" : Current step entry is in progress of a RETRY step.
- "PROGRESS_TYPE_PARALLEL_FOR" : Current step entry is in progress of a PARALLEL FOR step.
- "PROGRESS_TYPE_PARALLEL_BRANCH" : Current step entry is in progress of a PARALLEL BRANCH step.
Implementation
core.String? progressType;