When the Batch Control recipe contains a "%" character, the runtime may close unexpectedly on execution of certain actions, like duplicate a recipe. The unhandled exception is caused by the "%" character and occurs on generating the text for the entry in the CEL.
When the Batch Control recipe contains a "%" character, the runtime may close unexpectedly on execution of certain actions, like duplicate a recipe. The unhandled exception is caused by the "%" character and occurs on generating the text for the entry in the CEL.
An issue has been addressed in Batch Control where using a "%" character in the name of a recipe caused the runtime to close unexpectedly on building the text for the CEL entry. Now the "%" character is correctly handled in the CEL entries and the runtime no longer closes.