Package com.bytedesk.core.workflow.node
Class WorkflowParentNode
java.lang.Object
com.bytedesk.core.workflow.node.WorkflowBaseNode
com.bytedesk.core.workflow.node.WorkflowParentNode
- 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 WorkflowParentNodeMethods inherited from class com.bytedesk.core.workflow.node.WorkflowBaseNode
toJson
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
children
子节点列表 -
title
容器标题 -
description
容器描述 -
expandable
是否可展开 -
expanded
是否展开状态
-
-
Constructor Details
-
WorkflowParentNode
public WorkflowParentNode()
-
-
Method Details
-
fromJson
-
execute
Description copied from class:WorkflowBaseNodeExecute node specific logic.- Specified by:
executein classWorkflowBaseNode
-
collectChildIds
-