We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff731b commit da83159Copy full SHA for da83159
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/utils/workflow-execution-utils.ts
@@ -1,5 +1,5 @@
1
-import { v4 as uuidv4 } from 'uuid'
2
import { createLogger } from '@sim/logger'
+import { v4 as uuidv4 } from 'uuid'
3
import type {
4
BlockCompletedData,
5
BlockErrorData,
@@ -13,6 +13,7 @@ import type {
13
StreamingExecution,
14
} from '@/executor/types'
15
import { stripCloneSuffixes } from '@/executor/utils/subflow-utils'
16
+
17
const logger = createLogger('workflow-execution-utils')
18
19
import { useExecutionStore } from '@/stores/execution'
0 commit comments