UpdateInput
in package
Tags
Table of Contents
Properties
- $arguments : ValuesInterface
- $firstExecutionRunId : string
- $header : HeaderInterface
- $resultType : mixed
- $updateId : string
- $updateName : string
- $waitPolicy : WaitPolicy
- $workflowExecution : WorkflowExecution
- $workflowType : string|null
Methods
- with() : self
Properties
$arguments read-only
public
ValuesInterface
$arguments
$firstExecutionRunId read-only
public
string
$firstExecutionRunId
$header read-only
public
HeaderInterface
$header
$resultType read-only
public
mixed
$resultType
$updateId read-only
public
string
$updateId
$updateName read-only
public
string
$updateName
$waitPolicy read-only
public
WaitPolicy
$waitPolicy
$workflowExecution read-only
public
WorkflowExecution
$workflowExecution
$workflowType read-only
public
string|null
$workflowType
Methods
with()
public
with([WorkflowExecution|null $workflowExecution = null ][, string|null $updateName = null ][, ValuesInterface|null $arguments = null ][, HeaderInterface|null $header = null ][, WaitPolicy|null $waitPolicy = null ][, string|null $updateId = null ][, string|null $firstExecutionRunId = null ][, mixed $resultType = null ]) : self
Parameters
- $workflowExecution : WorkflowExecution|null = null
- $updateName : string|null = null
- $arguments : ValuesInterface|null = null
- $header : HeaderInterface|null = null
- $waitPolicy : WaitPolicy|null = null
- $updateId : string|null = null
- $firstExecutionRunId : string|null = null
-
Set empty string to reset.
- $resultType : mixed = null