App Engine 'No Commit' runtime option
We upgraded to 8.57 and now have access to App Engine's new '–NOCOMMIT' option. We see it when running App Engine via App Designer and I found the new '–NOCOMMIT' command line options noted within PeopleBooks.
My question: is there any way to set this dynamically via a Run Control value? We have some custom processes where our end-users want to see output before they re-run the same process to actually commit the changes. They choose Commit or Not via Run Control page and we currently work around with rollbacks statements - but wondering if this might be more elegant solution if end-user could somehow use this.