Say I have 10 HTTP Action steps that call up IDN v2024 APIs in each workflow, and that we have 20 workflows. What’s the best way to manage / reference / update these client IDs and client secrets in the workflows? Or even auto rotate the secrets?
This is currently such an overhead for workflows to ‘call itself’ for various actions. Maybe I’m missing something I should know about?
This also creates issue for us that we either have to toggle the workflow offline to modify it, or create a duplicate of the workflow, and toggle / flip to the v2 workflow with updated credentials.