Neolane - JavaScript API - v6.1.0

Unknown
Execute
Executes a workflow immediately and waits for it to finish.
XML workflow = Execute (
    String       workflowId,
    Boolean      simulationMode,
    Boolean      keepResult,
    Boolean      logSQL
)
Parameters
workflowId
Identifier or internal name of the workflow.
simulationMode
Execution simulation.
keepResult
Keep interim results.
logSQL
Is it necessary to save a trace of SQL orders?
Return values
workflow
The execution result.
Features
Schema: xtk:workflow
Static: Yes

jsapi-en

previous page start next page