Running a Flow in an environment
To execute a Flow in a specific environment, use the following URL format:
<Node URL>/<TenantId>/play/theme/<ThemeName>?flow-id=<FlowId>&environment-id=<EnvironmentId>
Example:
localhost:22946/b9684cdc-6ee0-4656-82eb-536bb681bdea/play/theme/defaulttheme?flow-id=d1b4d791-a491-4c24-91f9-d31218b33c6e&environment-id=edeb6f36-f03b-45e6-a8f1-05a17ebfb7fc
If you run a Flow in an environment where it is not deployed, the system will display an error message indicating the issue. Push the release through the appropriate environments and try again to resolve it.
note
If you do not include the environment ID in the URL, the system will default to using the designated environment (usually production) configured in your tenant environment settings.