def __init__()

in message_flow/sagas/orchestration/saga_actions.py [0:0]


        def __init__(self) -> None:
            self._commands: List[CommandWithDestination] = []
            self._updated_saga_data: Optional[Any] = None
            self._updated_state: Optional[str] = None
            self._end_state: bool = False
            self._compensating: bool = False
            self._local: bool = False
            self._failed: bool = False
            self._local_exception: Optional[RuntimeError] = None