xflow.tools
Class SetVar

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

public class SetVar
extends java.lang.Object

Sets a variable for a workflow instance.

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


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

SetVar

public SetVar()
Method Detail

main

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