SDK versions: @novu/react, @novu/nextjs, @novu/api all 3.11.0
Region: EU (eu.api.novu.co)
Issue:
When using the onPrimaryActionClick handler on the <Notifications /> component, notification.workflow is always undefined, even though the notification was triggered through a valid workflow and the workflow clearly exists (the primaryAction label from the workflow template is correctly rendered).
The workflow property exists on the notification object but is explicitly set to undefined. The notification itself works fine - it has the correct primaryAction, data payload, subject, body, etc. Only the workflow metadata is missing.
Expected: notification.workflow should contain { id, identifier, name, critical, tags, severity } as per the TypeScript types.
Is this a known issue or expected behavior? Thanks!