xflow.tools
Class AbortWorkflow

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

public class AbortWorkflow
extends java.lang.Object

Aborts a workflow instance. Once aborted, the instance cannot be recovered.

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


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

AbortWorkflow

public AbortWorkflow()
Method Detail

main

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