WorkflowExecution
in package
Workflow Execution DTO.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getID() : string
- getRunID() : string|null
- toProtoWorkflowExecution() : WorkflowExecution
Properties
$id
private
string
$id
Tags
$runId
private
string|null
$runId
Tags
Methods
__construct()
public
__construct([string|null $id = null ][, string|null $runId = null ]) : mixed
Parameters
- $id : string|null = null
- $runId : string|null = null
getID()
public
getID() : string
Return values
stringgetRunID()
public
getRunID() : string|null
Return values
string|nulltoProtoWorkflowExecution()
public
toProtoWorkflowExecution() : WorkflowExecution