chore: workflow last run

This commit is contained in:
zxhlyh
2025-07-01 11:04:22 +08:00
parent 7c76458b18
commit 931a45dbfc
9 changed files with 32 additions and 11 deletions

View File

@ -20,7 +20,7 @@ import type { VersionHistory } from '@/types/workflow'
import { noop } from 'lodash-es'
import { useNodesSyncDraft } from './use-nodes-sync-draft'
import { useInvalidAllLastRun } from '@/service/use-workflow'
import useSetWorkflowVarsWithValue from './use-fetch-workflow-inspect-vars'
import { useSetWorkflowVarsWithValue } from '@/app/components/workflow/hooks/use-set-workflow-vars-with-value'
export const useWorkflowRun = () => {
const store = useStoreApi()