Uses of Class
com.bytedesk.core.workflow.WorkflowExecutionContext
Packages that use WorkflowExecutionContext
-
Uses of WorkflowExecutionContext in com.bytedesk.core.workflow.node
Methods in com.bytedesk.core.workflow.node with parameters of type WorkflowExecutionContextModifier and TypeMethodDescriptionabstract WorkflowNodeExecutionResultWorkflowBaseNode.execute(WorkflowExecutionContext context) Execute node specific logic.WorkflowCommentNode.execute(WorkflowExecutionContext context) WorkflowConditionNode.execute(WorkflowExecutionContext context) WorkflowEndNode.execute(WorkflowExecutionContext context) WorkflowFormNode.execute(WorkflowExecutionContext context) WorkflowGroupNode.execute(WorkflowExecutionContext context) WorkflowLLMNode.execute(WorkflowExecutionContext context) WorkflowLoopNode.execute(WorkflowExecutionContext context) WorkflowParentNode.execute(WorkflowExecutionContext context) WorkflowStartNode.execute(WorkflowExecutionContext context) WorkflowTextNode.execute(WorkflowExecutionContext context)