xflow.tools
Class GetAllWorkflowInstances

java.lang.Object
  |
  +--xflow.tools.GetAllWorkflowInstances

public class GetAllWorkflowInstances
extends java.lang.Object

Gets all workflow instances (active or not). Workflow model name is optional. If a workflow model name is supplied, it retrieves only the instances for that model

Usage: java xflow.tools.GetAllWorkflowInstances [[workflow model name]]


Constructor Summary
GetAllWorkflowInstances()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllWorkflowInstances

public GetAllWorkflowInstances()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception