class documentation

class _StubImplicitEventGroup(EventGroup): (source)

View In Hierarchy

No-op implicit group used when an inbound event ID is missing or invalid.

Event Groups must not fail a workflow task, so the handler still enters a scope that isolates it from enclosing explicit groups without emitting a marker.

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.

Inherited from EventGroup:

Method scope Context manager attaching this Event Group to every command produced within it.
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.