OBPM supports PBL, java or VB as its scrip language. I found it has the ability to convert the code between different language automatically.
For example
I put in the code
logMessage "Claim amount: " + copy.claim.amount using severity = DEBUG
Then I switch the language and close/reopen the script editor.
Now the code is automatically converted to this
logMessage("Claim amount: " + copy.claim.amount, severity : DEBUG);
No comments:
Post a Comment