UpdateRef
in package
FinalYes
The data needed by a client to refer to an previously invoked workflow execution update process.
Tags
Table of Contents
Properties
- $updateId : string
- $workflowExecution : WorkflowExecution
Methods
- __construct() : mixed
Properties
$updateId read-only
public
string
$updateId
$workflowExecution read-only
public
WorkflowExecution
$workflowExecution
Methods
__construct()
public
__construct(WorkflowExecution $workflowExecution, string $updateId) : mixed
Parameters
- $workflowExecution : WorkflowExecution
- $updateId : string