Livemode parameter

I use to copy ddb from live to develoment version to run tests. But I don’t want my clients to receive emails from these tests.
I know I could create myself an app parameter, or set for every API endpoint a boolean parameter filled up with “This url contains “/version-test/””

Just to say a livemode global parameter would make this very easy.

2 Likes

Yeah I’ll add that. It’ll return yes if the version is development.

2 Likes

Is it possible to add a ‘skip in development mode’ checkbox on workflow steps ?
That way we can build without worrying about sending emails to live users, scheduling api workflows etc. in dev mode which we know work in live. And we wont need to always add this ‘and when’ condition in the first place

1 Like

You can do this now using the only when parameter and checking the development flag.