Sharing variables between workflows and a web app

I have a workflow for generating the Auth Token. The token is valid for 1 day. I use schedulers to update the token every day. Other workflows and the web app need to use that auth token. Is there any way to share the data between workflows?

@Rashmika_Lakshan You can use configuration variables to access in any app and workflows.

2 Likes

@ZeroCodez Is there any way to use this in the free plan?

The best way would be to use the resource's configuration and setup the Authorization and Refresh Authorization processes using a Custom Auth there. That way, all of your Apps and Workflows are sharing the same header tokens until they expire at which point they are refreshed across all apps/workflows.

Hi @pyrrho , I didn't understand how to do this. Can you explain more? If you can add some images, it is very helpful.

Certainly! I think this post should cover what I am suggesting. The main bit is to setup the Custom Auth option for Authorization in your resource.