You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that the alerts are introduced, I want to trigger a workflow node only if the user didn't reach the usage limit on the specific item and if it has an active subscription.
This means
After fetching the active subscription-> search the subscriptionItem associated with the meter eventName.
Possibles solution for making the search lighter
ForeignKey stripePriceId in subscriptionItems
add new columns in subscription items to distinguish the usage base prices from the licensed prices
The text was updated successfully, but these errors were encountered:
Given that the alerts are introduced, I want to trigger a workflow node only if the user didn't reach the usage limit on the specific item and if it has an active subscription.
This means
After fetching the active subscription-> search the subscriptionItem associated with the meter eventName.
Possibles solution for making the search lighter
The text was updated successfully, but these errors were encountered: