How to use Production and Staging environments?

I created production and staging databases, both having the same structure.
In the UI application, I have some actions that trigger my workflow.
My workflow is configured to run in the production environment.
If I trigger the production workflow from the staging version of the UI application, will the workflow update the staging database or the production database?

Hello!

It has been my experience that the environment of the triggering App determines the environment of the workflow run. So, your staging env App should trigger the workflow to update the staging DB.

@Luan_Nascimento,
Confirming that what @pyrrho said is true! :smile:

1 Like