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().

Are you looking for a more intelligent approach to[…]

The 1Win Clone Script is a pre-built solution that[…]

Aviator Clone Script replicates the renowned Aviat[…]

From converting physical assets into digital asset[…]