class documentation
class _StubImplicitEventGroup(EventGroup): (source)
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 |
Return the active set resulting from entering this group's scope. |
| Method | _to |
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. |