public static class StartNodeDef.StartNodeHandler extends NodeHandler
It does an immediate transition to the transitionTo node.
NodeHandler.Context| Constructor and Description |
|---|
StartNodeDef.StartNodeHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enter(NodeHandler.Context context) |
String |
exit(NodeHandler.Context context) |
void |
fail(NodeHandler.Context context) |
void |
kill(NodeHandler.Context context) |
getLoopFlag, loopDetection, multiExitpublic StartNodeDef.StartNodeHandler()
public boolean enter(NodeHandler.Context context) throws WorkflowException
enter in class NodeHandlerWorkflowExceptionpublic String exit(NodeHandler.Context context)
exit in class NodeHandlerpublic void kill(NodeHandler.Context context)
kill in class NodeHandlerpublic void fail(NodeHandler.Context context)
fail in class NodeHandlerCopyright © 2018 Apache Software Foundation. All rights reserved.