Package com.bytedesk.core.workflow.node
Class WorkflowStartNode
java.lang.Object
com.bytedesk.core.workflow.node.WorkflowBaseNode
com.bytedesk.core.workflow.node.WorkflowStartNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.bytedesk.core.workflow.node.WorkflowBaseNode
WorkflowBaseNode.NodeData -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(WorkflowExecutionContext context) Execute node specific logic.static WorkflowStartNodeMethods inherited from class com.bytedesk.core.workflow.node.WorkflowBaseNode
toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
WorkflowStartNode
public WorkflowStartNode()
-
-
Method Details
-
fromJson
-
execute
Description copied from class:WorkflowBaseNodeExecute node specific logic.- Specified by:
executein classWorkflowBaseNode
-