externalTaskType property
External task type of the task
Optional. Possible string values are:
- "EXTERNAL_TASK_TYPE_UNSPECIFIED" : Default value. External task type is not specified
- "NORMAL_TASK" : Tasks belongs to the normal task flows
- "ERROR_TASK" : Task belongs to the error catch task flows
Implementation
core.String? externalTaskType;