GetDataRequest
FinalYes
Table of Contents
Properties
- $accessUserId : int|null
- $currentUserId : int|null
- $runningTaskId : int|null
- $skipAccessCheck : bool
- $taskUsersLimit : int
- $workflowId : string
Methods
- __construct() : mixed
Properties
$accessUserId read-only
public
int|null
$accessUserId
= null
$currentUserId read-only
public
int|null
$currentUserId
= null
$runningTaskId read-only
public
int|null
$runningTaskId
= null
$skipAccessCheck read-only
public
bool
$skipAccessCheck
= false
$taskUsersLimit read-only
public
int
$taskUsersLimit
= 3
$workflowId read-only
public
string
$workflowId
Methods
__construct()
public
__construct(string $workflowId[, int|null $runningTaskId = null ][, int $taskUsersLimit = 3 ][, bool $skipAccessCheck = false ][, int|null $currentUserId = null ][, int|null $accessUserId = null ]) : mixed
Parameters
- $workflowId : string
- $runningTaskId : int|null = null
- $taskUsersLimit : int = 3
- $skipAccessCheck : bool = false
- $currentUserId : int|null = null
- $accessUserId : int|null = null