WorkflowStatusChangedDto
FinalYes
Table of Contents
Properties
- $documentEventType : int
- $documentId : string
- $status : int
- $workflowId : string
Methods
- __construct() : mixed
Properties
$documentEventType read-only
public
int
$documentEventType
$documentId read-only
public
string
$documentId
$status read-only
public
int
$status
$workflowId read-only
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId, string $documentId, int $documentEventType, int $status) : mixed
Parameters
- $workflowId : string
- $documentId : string
- $documentEventType : int
- $status : int