ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Public Attributes | Static Public Attributes | List of all members
get_fsm_states_request Struct Reference

Lists FSM states, optionally filtered by machine name. More...

#include <fsm_protocol.hpp>

Collaboration diagram for get_fsm_states_request:
Collaboration graph

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"
 

Detailed Description

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.

Parameters
machine_nameIf 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.