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