LoadHistoricTasksConfig
Methods
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
finished
finished(
pFinished):LoadHistoricTasksConfig
Fetch only historic tasks that are finished or unfinished
Parameters
booleantrue for finished tasks, false for unfinished ones
Returns
LoadHistoricTasksConfigcurrent 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):LoadHistoricTasksConfig
Fetch only historic tasks that have one of the given ids
Parameters
string[]the ids of the tasks
Returns
LoadHistoricTasksConfigcurrent object
variables
variables(
pVariables):CommonLoadTasksConfig
Fetch only tasks with the given variable values
Parameters
anythe variable values that must be present
Returns
CommonLoadTasksConfigcurrent object