StartWorkflowRequest
FinalYes
Table of Contents
Properties
- $checkAccess : bool
- $complexDocumentId : array<string|int, mixed>
- $documentCategoryId : int|null
- $parameters : array<string|int, mixed>
- $parentWorkflow : array<string|int, mixed>|null
- $startDuration : int|null
- $targetUserId : int
- $templateId : int
- $userId : int
Methods
- __construct() : mixed
Properties
$checkAccess read-only
public
bool
$checkAccess
= true
$complexDocumentId read-only
public
array<string|int, mixed>
$complexDocumentId
$documentCategoryId read-only
public
int|null
$documentCategoryId
= null
$parameters read-only
public
array<string|int, mixed>
$parameters
$parentWorkflow read-only
public
array<string|int, mixed>|null
$parentWorkflow
= null
$startDuration read-only
public
int|null
$startDuration
= null
$targetUserId read-only
public
int
$targetUserId
$templateId read-only
public
int
$templateId
$userId read-only
public
int
$userId
Methods
__construct()
public
__construct(int $userId, int $targetUserId, int $templateId, array<string|int, mixed> $complexDocumentId, array<string|int, mixed> $parameters[, int|null $documentCategoryId = null ][, array<string|int, mixed>|null $parentWorkflow = null ][, int|null $startDuration = null ][, bool $checkAccess = true ]) : mixed
Parameters
- $userId : int
- $targetUserId : int
- $templateId : int
- $complexDocumentId : array<string|int, mixed>
- $parameters : array<string|int, mixed>
- $documentCategoryId : int|null = null
- $parentWorkflow : array<string|int, mixed>|null = null
- $startDuration : int|null = null
- $checkAccess : bool = true