xflow.tools
Class GetWorkflowState

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

public class GetWorkflowState
extends java.lang.Object

Gets and prints out the workflow state of a workflow instance. This tool is potentially useful for debugging.

Usage: java xflow.tools.GetWorkflowState [workflow instance ID]


Constructor Summary
GetWorkflowState()
           
 
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

GetWorkflowState

public GetWorkflowState()
Method Detail

main

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