code: node,nextjs,frontends (2 files)

This commit is contained in:
2025-12-26 04:18:48 +00:00
parent c510b236e0
commit afbadabfbc
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import type { WorkflowNode } from '../types/level-types'
import type { WorkflowExecutionContext } from './workflow-execution-context'
import type { WorkflowState } from './workflow-state'
import { logToWorkflow } from './log-to-workflow'
import type { WorkflowExecutionContext } from '../workflow-execution-context'
import type { WorkflowState } from '../workflow-state'
import { logToWorkflow } from '../log-to-workflow'
/**
* Execute an action node

View File

@@ -1,7 +1,7 @@
import type { WorkflowNode } from '../types/level-types'
import type { WorkflowExecutionContext } from './workflow-execution-context'
import type { WorkflowState } from './workflow-state'
import { logToWorkflow } from './log-to-workflow'
import type { WorkflowExecutionContext } from '../workflow-execution-context'
import type { WorkflowState } from '../workflow-state'
import { logToWorkflow } from '../log-to-workflow'
/**
* Execute a condition node