FlowQueryOptions
Represents options for configuring and executing queries within a workflow, including parameters, execution type, and result structure.
Properties
Name | Description |
---|---|
Id | Specifies the unique identifier for the query. |
ExecutionType | Specifies the type of execution for the query. |
GeneralIsChanged | Specifies whether the query options have undergone general changes. |
Structure | Defines the structure of the query result. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
Name | Defines the name of the query. |
QueryResult | Holds the result of the query execution. |
Parameters | Contains the list of parameters for the query. |