Skip to main content

FlowQueryOptions

Represents options for configuring and executing queries within a workflow, including parameters, execution type, and result structure.

Properties

NameDescription
IdSpecifies the unique identifier for the query.
ExecutionTypeSpecifies the type of execution for the query.
GeneralIsChangedSpecifies whether the query options have undergone general changes.
StructureDefines the structure of the query result.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
NameDefines the name of the query.
QueryResultHolds the result of the query execution.
ParametersContains the list of parameters for the query.