Skip to main content
Version: 2025.1

LoadTaskConfig

Methods

active

active(pActive): LoadTaskConfig

Fetch only an active or inactive task

Parameters

pActive
boolean

true for active, false for inactive tasks

Returns

LoadTaskConfig

current object


candidateIdentifier

candidateIdentifier(pCandidateIdentifier): LoadTaskConfig

Fetch only the task that is assigned to the given user or can be assigned to the user

Parameters

pCandidateIdentifier
string | number | boolean

the id of the candidate user

Returns

LoadTaskConfig

current object


dueEndDate

dueEndDate(pDueEndDate): CommonLoadTasksConfig

Fetch only tasks with a due date smaller than or equal to the given date

Parameters

pDueEndDate
number

the latest allowed due date

Returns

CommonLoadTasksConfig

current object


dueStartDate

dueStartDate(pDueStartDate): CommonLoadTasksConfig

Fetch only tasks with a due date greater than or equal to the given date

Parameters

pDueStartDate
number

the earliest allowed due date

Returns

CommonLoadTasksConfig

current object


processInstanceId

processInstanceId(pProcessInstanceId): CommonLoadTasksConfig

Fetch only tasks with the given process instance id

Parameters

pProcessInstanceId
string | number | boolean

the id of the process instance

Returns

CommonLoadTasksConfig

current object


taskId

taskId(pTaskId): LoadTaskConfig

Fetch only the task with the given id

Parameters

pTaskId
string | number | boolean

the id of the task

Returns

LoadTaskConfig

current object


variables

variables(pVariables): CommonLoadTasksConfig

Fetch only tasks with the given variable values

Parameters

pVariables
any

the variable values that must be present

Returns

CommonLoadTasksConfig

current object