def updated_state()

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


    def updated_state(self) -> str:
        if self._updated_state is None:
            raise RuntimeError("No updated state.")

        return self._updated_state