GraphQL SchemaObject
SubFlowValue
Represents a sub-flow parameter value.
Fields without arguments
| Name | Type | Description |
|---|---|---|
functionDefinition | FunctionDefinition | The resolved function definition to execute. |
settings | [SubFlowValueSetting!]! | The sub-flow settings. |
signature | String! | The sub-flow signature. |
startingNodeId | NodeFunctionID | The starting node to execute. |