Neolane - JavaScript API - v6.1.0

Unknown
WakeupTask
Forces the advance processing of one or more pending tasks.
WakeupTask (
    String       workflowId,
    String       taskIdentifier,
    String       activityName
)
Parameters
workflowId
Identifier or internal name of the workflow.
taskIdentifier
The identifier of the task (@taskIdentifier field) or an empty string to force the early processing of tall the pending tasks associated with a given activity.
activityName
The name of the activity to force early processing of all associated tasks or an empty string..
Return values
None.
Remarks
If neither taskIdentifier, nor activityName are specified, all pending tasks are taken into account.
Features
Schema: xtk:workflow
Static: Yes

jsapi-en

previous page start next page