mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
code: node,nextjs,frontends (2 files)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user