def __init__()

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


    def __init__(
        self,
        saga_type: str,
        saga_id: str,
        state_name: str,
        last_request_id: str,
        serialized_saga_data: SerializedSagaData,
        end_state: bool = False,
        compensating: bool = False,
        failed: bool = False,