© 2026 Hedgehog Software, LLC
export async function run({ params, logger, api, connections }: ProcessBusinessEventGlobalActionContext) { logger.debug({ params }, "HERE") };
await api.processBusinessEvent({ eventType: "Toto", eventData: { foo: 24, bar: "Test"} });