Package xflow.tools

Class Summary
AbortWorkflow Aborts a workflow instance.
DeployModel Deploys a workflow model in the server.
GetActiveWorkflowInstances Gets all active/running workflow instances.
GetAllWorkflowInstances Gets all workflow instances (active or not).
GetNextWorkItem Gets the next work item (if available) from an inbox.
GetNodeByNodeName Gets a node in a workflow model by node name.
GetProcessNodes Gets all process nodes associated with a workflow instance.
GetVar Gets workflow variable in a workflow instance.
GetWorkflowModels Gets all workflow models deployed in the server.
GetWorkflowState Gets and prints out the workflow state of a workflow instance.
ResumeWorkflow Resumes a previously suspended workflow instance.
SetVar Sets a variable for a workflow instance.
SuspendWorkflow Suspends an active workflow instance.