Package com.bytedesk.core.workflow
Class WorkflowExecutionContext
java.lang.Object
com.bytedesk.core.workflow.WorkflowExecutionContext
Lightweight context shared with workflow nodes while executing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.alibaba.fastjson2.JSONArrayprivate final com.alibaba.fastjson2.JSONArrayprivate final WorkflowRequestprivate final WorkflowEntityprivate final com.alibaba.fastjson2.JSONObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindNextNodeId(String nodeId) findNextNodeId(String nodeId, String sourcePortId) com.alibaba.fastjson2.JSONObjectfindNodeById(String nodeId) findTargetNodeIdByEdgeId(String edgeId)
-
Field Details
-
workflow
-
request
-
workflowJson
private final com.alibaba.fastjson2.JSONObject workflowJson -
nodes
private final com.alibaba.fastjson2.JSONArray nodes -
edges
private final com.alibaba.fastjson2.JSONArray edges
-
-
Constructor Details
-
WorkflowExecutionContext
public WorkflowExecutionContext()
-
-
Method Details
-
findNodeById
-
findNextNodeId
-
findNextNodeId
-
findTargetNodeIdByEdgeId
-