class documentation

class WorkflowHistoryEventFilterType(IntEnum): (source)

View In Hierarchy

Type of history events to get for a workflow.

See temporalio.api.enums.v1.HistoryEventFilterType.

Constant ALL_EVENT Undocumented
Constant CLOSE_EVENT Undocumented
ALL_EVENT = (source)

Undocumented

Value
int(temporalio.api.enums.v1.HistoryEventFilterType.HISTORY_EVENT_FILTER_TYPE_ALL_EVENT
)
CLOSE_EVENT = (source)

Undocumented

Value
int(temporalio.api.enums.v1.HistoryEventFilterType.HISTORY_EVENT_FILTER_TYPE_CLOSE_EVENT
)