TaskStatusChangedDto
FinalYes
Table of Contents
Properties
- $documentId : string
- $status : int
- $task : array<string|int, mixed>
- $workflowId : string
Methods
- __construct() : mixed
Properties
$documentId read-only
public
string
$documentId
$status read-only
public
int
$status
$task read-only
public
array<string|int, mixed>
$task
$workflowId read-only
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId, int $status, string $documentId, array<string|int, mixed> $task) : mixed
Parameters
- $workflowId : string
- $status : int
- $documentId : string
- $task : array<string|int, mixed>