Skip to main content

FlowQueryOptions

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

Properties

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