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