Documentation

WorkflowFailedException extends WorkflowException
in package

Table of Contents

Properties

$execution  : WorkflowExecution
$lastWorkflowTaskCompletedEventId  : int
$type  : string|null

Methods

__construct()  : mixed
getExecution()  : WorkflowExecution
getWorkflowTaskCompletedEventId()  : int
getWorkflowType()  : string|null
withoutMessage()  : WorkflowException
buildMessage()  : string
Build key-value list to explain exception. Skips empty values.

Properties

Methods

__construct()

public __construct(WorkflowExecution $execution, string|null $type, int $lastWorkflowTaskCompletedEventId, int $retryState[, Throwable|null $previous = null ]) : mixed
Parameters
$execution : WorkflowExecution
$type : string|null
$lastWorkflowTaskCompletedEventId : int
$retryState : int
$previous : Throwable|null = null

getWorkflowType()

public getWorkflowType() : string|null
Return values
string|null

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