WorkflowRun
in package
FinalYes
Table of Contents
Properties
- $isCurrentRun : bool
- $raw : array<string|int, mixed>
- $runId : string
- $status : string|null
- $workflowId : string
- $workflowType : string
Methods
- __construct() : mixed
Properties
$isCurrentRun read-only
public
bool
$isCurrentRun
$raw read-only
public
array<string|int, mixed>
$raw
$runId read-only
public
string
$runId
$status read-only
public
string|null
$status
$workflowId read-only
public
string
$workflowId
$workflowType read-only
public
string
$workflowType
Methods
__construct()
public
__construct(string $workflowId, string $runId, string $workflowType, string|null $status, bool $isCurrentRun, array<string, mixed> $raw) : mixed
Parameters
- $workflowId : string
- $runId : string
- $workflowType : string
- $status : string|null
- $isCurrentRun : bool
- $raw : array<string, mixed>