class documentation

An Event Group explicitly created by workflow code.

Method __init__ Undocumented
Method _applied_over Return the active set resulting from entering this group's scope.
Method _to_proto Serialize as the marker attached to a workflow command.
Instance Variable _id Undocumented
Instance Variable _label Undocumented

Inherited from EventGroup:

Method scope Context manager attaching this Event Group to every command produced within it.
def __init__(self, id: str, label: str | None): (source)

Undocumented

def _applied_over(self, active: _ActiveEventGroups) -> _ActiveEventGroups: (source)

Return the active set resulting from entering this group's scope.

Serialize as the marker attached to a workflow command.

Undocumented

Undocumented