Files
botpress--botpress/plugins/file-synchronizer/src/hooks/workflow-started/process-queue.ts
T
2026-07-13 13:34:48 +08:00

6 lines
172 B
TypeScript

import * as bp from '.botpress'
export const handleEvent: bp.WorkflowHandlers['processQueue'] = async (props) => {
await props.workflow.acknowledgeStartOfProcessing()
}