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