com.infoteria.asteria.flowengine2.thinclient.app
Class FlowExec
java.lang.Object
|
+--com.infoteria.asteria.flowengine2.thinclient.app.FlowExec
- public class FlowExec
- extends Object
任意のASTERIAサーバーのフローを実行するアプリケーション
Usage: java com.infoteria.asteria.flowengine2.thinclient.app.FlowExec <OPTIONS>
Options:
-user:<username>
-project:<project name>
-flow:<flow name>
[-host:<host name>]
[-port:<port>]
[-password:<password>]
[-mode:<normal|debug|profile>]
[-output:<output filename>]
[-p:<name>=<value>]*
[-retryCount:<retry count>]
[-retryInterval:<retry interval(second)>]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception