Durable Workflow PHP SDK

ActivityFailed extends DurableWorkflowException
in package

FinalYes

Table of Contents

Properties

$activityType  : string|null
$failure  : array<string|int, mixed>|null
$failureType  : string|null
$nonRetryable  : bool

Methods

__construct()  : mixed

Properties

$failure read-only

public array<string|int, mixed>|null $failure = null

Methods

__construct()

public __construct(string $message[, string|null $activityType = null ][, string|null $failureType = null ][, bool $nonRetryable = false ][, array<string, mixed>|null $failure = null ]) : mixed
Parameters
$message : string
$activityType : string|null = null
$failureType : string|null = null
$nonRetryable : bool = false
$failure : array<string, mixed>|null = null
On this page

Search results