LoadTaskConfig
Methods
active
active(
pActive):LoadTaskConfig
Fetch only an active or inactive task
Parameters
booleantrue for active, false for inactive tasks
Returns
LoadTaskConfigcurrent object
candidateIdentifier
candidateIdentifier(
pCandidateIdentifier):LoadTaskConfig
Fetch only the task that is assigned to the given user or can be assigned to the user
Parameters
string | number | booleanthe id of the candidate user
Returns
LoadTaskConfigcurrent 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
taskId
taskId(
pTaskId):LoadTaskConfig
Fetch only the task with the given id
Parameters
string | number | booleanthe id of the task
Returns
LoadTaskConfigcurrent object
variables
variables(
pVariables):CommonLoadTasksConfig
Fetch only tasks with the given variable values
Parameters
anythe variable values that must be present
Returns
CommonLoadTasksConfigcurrent object