ProcessMaker code contributions
User avatar
By amosbatto
#824295
Turn on Debug Mode in your process properties, then use trigger code like this to set a variable:
Code: Select all
@@myVar = 'It executed';
Then check in the debugger if "myVar" was set.

The second way is to do this:
Code: Select all
print "It executed";
die();
You can also use G::SendMessageText().

ICO software script is a pre-made program for crea[…]

A crypto exchange script is a pre-designed softwar[…]

So I recently bought an addmotor Ebike which of co[…]

A crypto casino clone script is a ready-made softw[…]