Documentation

WorkflowExecution
in package

Workflow Execution DTO.

Tags
see
WorkflowExecution

Table of Contents

Properties

$id  : string
$runId  : string|null

Methods

__construct()  : mixed
getID()  : string
getRunID()  : string|null
toProtoWorkflowExecution()  : WorkflowExecution

Properties

$runId

private string|null $runId
Tags
psalm-readonly
psalm-allow-private-mutation

Methods

__construct()

public __construct([string|null $id = null ][, string|null $runId = null ]) : mixed
Parameters
$id : string|null = null
$runId : string|null = null

toProtoWorkflowExecution()

public toProtoWorkflowExecution() : WorkflowExecution
Return values
WorkflowExecution

        
On this page

Search results