xflow.tools
Class GetProcessNodes

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

public class GetProcessNodes
extends java.lang.Object

Gets all process nodes associated with a workflow instance. This tool is useful for introspecting process nodes in a workflow instance.

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


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

GetProcessNodes

public GetProcessNodes()
Method Detail

main

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