I understand the difference between the Pre- and Post-Processes, but what I'm unsure of is the what the "before", "Designed" and "After" sections of custom BPM Action code is. BTW - on V8.03
If I make a new Pre-Process BPM and chose "Advanced" in the Actions window, the code box is pre-populated with:
/*Add source code that should be executed before the designed actions here*/
{&CALL_DESIGNED_ACTIONS}
/*Add source code that should be executed after the designed actions here*/
If I add code after the "/*Add source code that should be executed after the designed actions here*/" line, will it still be a Pre-Process?
I could make a Pre-Process BPM with just code appearing after the "..after the designed actions here*/" line, and a Post-Proc BPM with the code after the "...before the designed actions here*/" line. What order wold they process?
Do those "/Add source code.... */" comments really mean anything?
Thanks in advance