MCPcopy
hub / github.com/simstudioai/sim / handleWorkflowDeployed

Function handleWorkflowDeployed

apps/sim/hooks/use-collaborative-workflow.ts:851–858  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

849 }
850
851 const handleWorkflowDeployed = (data: any) => {
852 const { workflowId } = data
853 logger.info(`Workflow ${workflowId} deployment state changed`)
854
855 if (workflowId !== activeWorkflowId) return
856
857 invalidateDeploymentQueries(queryClient, workflowId)
858 }
859
860 const handleOperationConfirmed = (data: any) => {
861 const { operationId } = data

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80

Tested by

no test coverage detected