LoadTasksConfig
Methods
active
active(
pActive):LoadTasksConfig
Fetch only active or inactive tasks
Parameters
booleantrue for active, false for inactive tasks
Returns
LoadTasksConfigcurrent object
candidateIdentifier
candidateIdentifier(
pCandidateIdentifier):LoadTasksConfig
Fetch only tasks that are assigned to the given user or can be assigned to the user.
Parameters
string | number | booleanthe id of the candidate user
Returns
LoadTasksConfigcurrent object
dueEndDate
dueEndDate(
pDueEndDate):CommonLoadTasksConfig
Fetch only tasks with a due date smaller than or equal to the given date
Parameters
numberthe latest allowed due date
Returns
CommonLoadTasksConfigcurrent object
dueStartDate
dueStartDate(
pDueStartDate):CommonLoadTasksConfig
Fetch only tasks with a due date greater than or equal to the given date
Parameters
numberthe earliest allowed due date
Returns
CommonLoadTasksConfigcurrent object
processInstanceId
processInstanceId(
pProcessInstanceId):CommonLoadTasksConfig
Fetch only tasks with the given process instance id
Parameters
string | number | booleanthe id of the process instance
Returns
CommonLoadTasksConfigcurrent object
taskIds
taskIds(
pTaskIds):LoadTasksConfig
Fetch only tasks that have one of the given ids
Parameters
string[]the ids of the tasks
Returns
LoadTasksConfigcurrent object
variables
variables(
pVariables):CommonLoadTasksConfig
Fetch only tasks with the given variable values
Parameters
anythe variable values that must be present
Returns
CommonLoadTasksConfigcurrent object