VWStepElement |
VWSession.createLaunchStepElement(java.lang.String[] fieldNames,
java.lang.Object[] fieldValues,
java.lang.String workflowIdentifier)
Creates a temporary work item with initialized fields from a
transferred workflow definition, specified by its workflow identifier.
|
VWStepElement |
VWSession.createWorkflow(java.lang.String workflowIdentifier)
Launches a workflow defined by a transferred workflow definition,
as specified by the workflow version or the workflow
definition name (work class name).
|
VWStepElement |
VWWorkObject.fetchStepElement()
Fetches the current step in the workflow process.
|
VWStepElement |
VWRosterElement.fetchStepElement(boolean lock,
boolean overrideLock)
Fetches the current step in the workflow process.
|
VWStepElement |
VWQueueElement.fetchStepElement(boolean lock,
boolean overrideLock)
Fetches the current step in the workflow process.
|