I encountered following error in Application Engine, “Only one function is allowed in a published process.”
Previously, I could publish a single process with a main function and helper functions for repetitive code blocks. Now, it seems only one function per process is allowed.
I didn’t see anything in the release notes but I recall something about improving traceability so wondering if this is part of that effort. Has anyone else run into this error or know if requirement is now to publish functions separately and reference via #include?
Just trying to confirm whether this is an intentional feature before I make any changes.
Thanks in advance!
Jose