GetResultInput
-
psalm-immutable
-
Table of Contents
Properties
-
$timeout
: int|null
-
$type
: mixed
-
$workflowExecution
: WorkflowExecution
-
$workflowType
: string|null
Methods
-
with()
: self
$timeout
read-only
public
int|null
$timeout
$type
read-only
public
mixed
$type
$workflowExecution
read-only
public
WorkflowExecution
$workflowExecution
$workflowType
read-only
public
string|null
$workflowType
with()
public
with([WorkflowExecution $workflowExecution = null ][, string $workflowType = null ][, int $timeout = null ]) : self
Parameters
-
$workflowExecution
: WorkflowExecution
= null
-
-
$workflowType
: string
= null
-
-
$timeout
: int
= null
-