|
ORE Studio 0.0.4
|
Lists FSM transitions, optionally filtered by machine name. More...
#include <fsm_protocol.hpp>

Public Types | |
| using | response_type = get_fsm_transitions_response |
Public Attributes | |
| std::string | machine_name |
Static Public Attributes | |
| static constexpr std::string_view | nats_subject = "dq.v1.fsm-transitions.list" |
Lists FSM transitions, optionally filtered by machine name.
FSM transitions are system-level reference data. The response always returns transitions from the system tenant regardless of the caller's tenant.
| machine_name | If non-empty, only transitions for the named machine are returned (e.g. "workflow_instance"). If empty, all current transitions across all machines are returned. |