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

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

#include <fsm_protocol.hpp>

Collaboration diagram for get_fsm_transitions_request:
Collaboration graph

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"
 

Detailed Description

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.

Parameters
machine_nameIf non-empty, only transitions for the named machine are returned (e.g. "workflow_instance"). If empty, all current transitions across all machines are returned.