def __init__()

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


    def __init__(
        self,
        commands: List[CommandWithDestination],
        updated_saga_data: Optional[Data],
        updated_state: Optional[str],
        end_state: bool,
        compensating: bool,
        failed: bool,
        local: bool,
        local_exception: Optional[RuntimeError],