Workflows created from UI - sets type as BRIDGE
I was running novu in my local. And when i creating workflow from dashboard, it sets workflow type as BRIDGE, which makes api call to API layer. How to prevent this?
4 Replies
@Ragu
new dashboard workflows are powered by novu framework internally, this novu framework is managed by novu on its own.
Are you facing any issue with this?
I'm using a self hosted version, where worker makes bridge api call to api service. We don't use a bridge as of now and want to prevent the bridge api calls.
When I set workflow type as REGULAR, it worked. So when creating Workflows from my dashboard, can I set as REGULAR?
Ragu, workflow created via the new dashboard (even in the self-hosted version) will be marked as type: BRIDGE
it can not be marked as REGULAR automatically
Thank you @Pawan Jain for clarifying on this. 👍