def has_action()

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


    def has_action(self, data: Data) -> bool:
        return (
            self._participant_invocation is not None
            and self._participant_invocation.is_invocable(data)
        )