Durable Workflow PHP SDK

ScheduleAction
in package

FinalYes

Workflow-start action run by a schedule.

Table of Contents

Properties

$executionTimeoutSeconds  : int|null
$input  : array<string|int, mixed>
$runTimeoutSeconds  : int|null
$taskQueue  : string|null
$workflowType  : string

Methods

__construct()  : mixed
toArray()  : array<string, mixed>

Properties

$executionTimeoutSeconds read-only

public int|null $executionTimeoutSeconds = null

$runTimeoutSeconds read-only

public int|null $runTimeoutSeconds = null

Methods

__construct()

public __construct(string $workflowType[, string|null $taskQueue = null ][, array<int, mixed> $input = [] ][, int|null $executionTimeoutSeconds = null ][, int|null $runTimeoutSeconds = null ]) : mixed
Parameters
$workflowType : string
$taskQueue : string|null = null
$input : array<int, mixed> = []
$executionTimeoutSeconds : int|null = null
$runTimeoutSeconds : int|null = null
On this page

Search results