xflow.tools
Class GetVar

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

public class GetVar
extends java.lang.Object

Gets workflow variable in a workflow instance. The result is sent to STDOUT. This tool could be useful for debugging.

Usage: java xflow.tools.GetVar [workflow instance ID] [variable name]


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

GetVar

public GetVar()
Method Detail

main

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