Execute
Executes a workflow immediately and waits for it to finish.
XML workflow = Execute (
String workflowId,
Boolean simulationMode,
Boolean keepResult,
Boolean logSQL
)
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

