Durable Workflow PHP SDK

ServiceOperationDescription
in package

FinalYes

Current server view of a durable service operation call.

Table of Contents

Properties

$accepted  : bool|null
$endpointName  : string
$operationName  : string
$outcome  : mixed
$raw  : array<string|int, mixed>
$reason  : string|null
$serviceCallId  : string
$serviceName  : string
$status  : string|null

Methods

__construct()  : mixed
fromArray()  : self

Properties

Methods

__construct()

public __construct(string $serviceCallId, string $endpointName, string $serviceName, string $operationName, string|null $status, mixed $outcome, bool|null $accepted, string|null $reason, array<string, mixed> $raw) : mixed
Parameters
$serviceCallId : string
$endpointName : string
$serviceName : string
$operationName : string
$status : string|null
$outcome : mixed
$accepted : bool|null
$reason : string|null
$raw : array<string, mixed>

fromArray()

public static fromArray(array<string, mixed> $value, string $endpointName, string $serviceName, string $operationName) : self
Parameters
$value : array<string, mixed>
$endpointName : string
$serviceName : string
$operationName : string
Return values
self
On this page

Search results