Documentation

UpdateInput
in package

Tags
psalm-immutable

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

$firstExecutionRunId read-only

public string $firstExecutionRunId

$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
Return values
self

        
On this page

Search results