Documentation

WorkflowExecutionInfo
in package

FinalYes

DTO that contains detailed information about Workflow Execution.

Tags
see
WorkflowExecutionInfo
psalm-immutable

Table of Contents

Properties

$autoResetPoints  : array<string|int, mixed>
$closeTime  : DateTimeInterface|null
$execution  : WorkflowExecution
$executionTime  : DateTimeInterface|null
$historyLength  : int
$historySizeBytes  : int
$memo  : EncodedCollection
$mostRecentWorkerVersionStamp  : WorkerVersionStamp|null
$parentExecution  : WorkflowExecution|null
$parentNamespaceId  : string|null
$searchAttributes  : EncodedCollection
$startTime  : DateTimeInterface|null
$stateTransitionCount  : int
$status  : WorkflowExecutionStatus
$taskQueue  : string
$type  : WorkflowType

Methods

__construct()  : mixed

Attributes

#[Immutable]

#[Immutable]

Properties

Methods

__construct()

public __construct(WorkflowExecution $execution, WorkflowType $type, DateTimeInterface|null $startTime, DateTimeInterface|null $closeTime, WorkflowExecutionStatus $status, int $historyLength, string|null $parentNamespaceId, WorkflowExecution|null $parentExecution, DateTimeInterface|null $executionTime, EncodedCollection $memo, EncodedCollection $searchAttributes, array<string|int, ResetPointInfo$autoResetPoints, string $taskQueue, int $stateTransitionCount, int $historySizeBytes, WorkerVersionStamp|null $mostRecentWorkerVersionStamp) : mixed
Parameters
$execution : WorkflowExecution
$type : WorkflowType
$startTime : DateTimeInterface|null
$closeTime : DateTimeInterface|null
$status : WorkflowExecutionStatus
$historyLength : int
$parentNamespaceId : string|null
$parentExecution : WorkflowExecution|null
$executionTime : DateTimeInterface|null
$memo : EncodedCollection
$searchAttributes : EncodedCollection
$autoResetPoints : array<string|int, ResetPointInfo>
$taskQueue : string
$stateTransitionCount : int
$historySizeBytes : int
$mostRecentWorkerVersionStamp : WorkerVersionStamp|null

        
On this page

Search results