WorkflowExecutionInfo
in package
FinalYes
DTO that contains detailed information about Workflow Execution.
Tags
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
$autoResetPoints read-only
public
array<string|int, mixed>
$autoResetPoints
$closeTime read-only
public
DateTimeInterface|null
$closeTime
$execution read-only
public
WorkflowExecution
$execution
$executionTime read-only
public
DateTimeInterface|null
$executionTime
$historyLength read-only
public
int
$historyLength
$historySizeBytes read-only
public
int
$historySizeBytes
$memo read-only
public
EncodedCollection
$memo
$mostRecentWorkerVersionStamp read-only
public
WorkerVersionStamp|null
$mostRecentWorkerVersionStamp
$parentExecution read-only
public
WorkflowExecution|null
$parentExecution
$parentNamespaceId read-only
public
string|null
$parentNamespaceId
$searchAttributes read-only
public
EncodedCollection
$searchAttributes
$startTime read-only
public
DateTimeInterface|null
$startTime
$stateTransitionCount read-only
public
int
$stateTransitionCount
$status read-only
public
WorkflowExecutionStatus
$status
$taskQueue read-only
public
string
$taskQueue
$type read-only
public
WorkflowType
$type
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