Durable Workflow PHP SDK

NamespaceDescription
in package

FinalYes

Table of Contents

Properties

$createdAt  : string|null
$deleted  : array<string|int, mixed>|null
$description  : string|null
$externalPayloadStorage  : array<string|int, mixed>|null
$name  : string
$raw  : array<string|int, mixed>
$retentionDays  : int|null
$status  : string|null
$updatedAt  : string|null

Methods

__construct()  : mixed
fromArray()  : self

Properties

$externalPayloadStorage read-only

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

Methods

__construct()

public __construct(string $name, string|null $description, int|null $retentionDays, string|null $status, array<string, mixed> $raw[, array<string, mixed>|null $externalPayloadStorage = null ][, string|null $createdAt = null ][, string|null $updatedAt = null ][, array<string, mixed>|null $deleted = null ]) : mixed
Parameters
$name : string
$description : string|null
$retentionDays : int|null
$status : string|null
$raw : array<string, mixed>
$externalPayloadStorage : array<string, mixed>|null = null
$createdAt : string|null = null
$updatedAt : string|null = null
$deleted : array<string, mixed>|null = null

fromArray()

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

Search results