executionHistoryLevel property

String? executionHistoryLevel
getter/setter pair

Describes the execution history level to apply to this execution.

If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution.

Optional. Possible string values are:

  • "EXECUTION_HISTORY_LEVEL_UNSPECIFIED" : The default/unset value.
  • "EXECUTION_HISTORY_BASIC" : Enable execution history basic feature for this execution.
  • "EXECUTION_HISTORY_DETAILED" : Enable execution history detailed feature for this execution.

Implementation

core.String? executionHistoryLevel;