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

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