executionHistoryLevel property
Describes the execution history level to apply to this workflow.
Optional. Possible string values are:
- "EXECUTION_HISTORY_LEVEL_UNSPECIFIED" : The default/unset value.
- "EXECUTION_HISTORY_BASIC" : Enable execution history basic feature.
- "EXECUTION_HISTORY_DETAILED" : Enable execution history detailed feature.
Implementation
core.String? executionHistoryLevel;