class documentation

class _ImplicitEventGroup(EventGroup): (source)

Constructor: _ImplicitEventGroup(marker)

View In Hierarchy

An Event Group created by the SDK around an inbound signal or update.

The workflow's main function deliberately gets no such group, so commands it produces outside any explicit scope carry no markers at all.

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 _marker Undocumented

Inherited from EventGroup:

Method scope Context manager attaching this Event Group to every command produced within it.

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