AllWorkflows interface
AllWorkflows objects provide information about all the workflows defined in the application.
Construction
Register a callback with P.workflow.registerOnLoadCallback().
Interface
function getWorkflow(name)
Returns the workflow definition for the given name.
function forEach(iterator)
Calls the iterator for each defined workflow.