def with_action()

in message_flow/sagas/orchestration_simple_dsl/invoke_participant_step_builder.py [0:0]


    def with_action(
        self,
        action: Callable[[Data], CommandWithDestination],
        *,
        predicate: Optional[Callable[[Any], bool]] = None,