MCPcopy Index your code
hub / github.com/simstudioai/sim / handleOperationConfirmed

Function handleOperationConfirmed

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

Source from the content-addressed store, hash-verified

858 }
859
860 const handleOperationConfirmed = (data: any) => {
861 const { operationId } = data
862 logger.debug('Operation confirmed', { operationId })
863 confirmOperation(operationId)
864 if (activeWorkflowId) {
865 void replayPendingExternalUpdate(
866 activeWorkflowId,
867 'deferred external update after operation confirm'
868 )
869 }
870 }
871
872 const handleOperationFailed = (data: any) => {
873 const { operationId, error, retryable } = data

Callers

nothing calls this directly

Calls 2

debugMethod · 0.80

Tested by

no test coverage detected