Uses of Class
com.bytedesk.core.workflow.WorkflowNodeExecutionResult
Packages that use WorkflowNodeExecutionResult
-
Uses of WorkflowNodeExecutionResult in com.bytedesk.core.workflow
Methods in com.bytedesk.core.workflow that return WorkflowNodeExecutionResultMethods in com.bytedesk.core.workflow with parameters of type WorkflowNodeExecutionResultModifier and TypeMethodDescriptionprivate voidWorkflowService.finishNodeLog(WorkflowLogEntity logEntity, WorkflowNodeExecutionResult result, long startedAt) -
Uses of WorkflowNodeExecutionResult in com.bytedesk.core.workflow.node
Methods in com.bytedesk.core.workflow.node that return WorkflowNodeExecutionResultModifier 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)