StartWorkflowsRequest
FinalYes
Table of Contents
Properties
- $changedFields : array<string|int, mixed>
- $currentUserId : int
- $elementId : int
- $isNewElement : bool
- $parameters : array<string|int, mixed>
- $timeToStart : int|null
Methods
- __construct() : mixed
Properties
$changedFields
public
array<string|int, mixed>
$changedFields
= []
$currentUserId
public
int
$currentUserId
$elementId
public
int
$elementId
$isNewElement
public
bool
$isNewElement
= false
$parameters
public
array<string|int, mixed>
$parameters
= []
$timeToStart
public
int|null
$timeToStart
= null
Methods
__construct()
public
__construct(int $elementId, int $currentUserId[, array<string|int, mixed> $parameters = [] ][, array<string|int, mixed> $changedFields = [] ][, bool $isNewElement = false ][, int|null $timeToStart = null ]) : mixed
Parameters
- $elementId : int
- $currentUserId : int
- $parameters : array<string|int, mixed> = []
- $changedFields : array<string|int, mixed> = []
- $isNewElement : bool = false
- $timeToStart : int|null = null