Documentation

WorkflowExecutionFailedException extends TemporalException
in package

Table of Contents

Properties

$failure  : Failure
$lastWorkflowTaskCompletedEventId  : int
$retryState  : int

Methods

__construct()  : mixed
WorkflowExecutionFailedException constructor.
getFailure()  : Failure
getRetryState()  : int
getWorkflowTaskCompletedEventId()  : int
buildMessage()  : string
Build key-value list to explain exception. Skips empty values.

Properties

Methods

__construct()

WorkflowExecutionFailedException constructor.

public __construct(Failure $failure, int $lastWorkflowTaskCompletedEventId, int $retryState) : mixed
Parameters
$failure : Failure
$lastWorkflowTaskCompletedEventId : int
$retryState : int

buildMessage()

Build key-value list to explain exception. Skips empty values.

protected static buildMessage(array<non-empty-string, mixed> $values) : string
Parameters
$values : array<non-empty-string, mixed>
Return values
string

        
On this page

Search results