QueryInput
in package
Tags
Table of Contents
Properties
- $arguments : ValuesInterface
- $queryType : string
- $workflowExecution : WorkflowExecution
- $workflowType : string|null
Methods
- with() : self
Properties
$arguments read-only
public
ValuesInterface
$arguments
$queryType read-only
public
string
$queryType
$workflowExecution read-only
public
WorkflowExecution
$workflowExecution
$workflowType read-only
public
string|null
$workflowType
Methods
with()
public
with([WorkflowExecution $workflowExecution = null ][, string $queryType = null ][, ValuesInterface $arguments = null ]) : self
Parameters
- $workflowExecution : WorkflowExecution = null
- $queryType : string = null
- $arguments : ValuesInterface = null