Scripting and Script Tasks
TESTVARIABLE: ${testMe} - TOSTRING: ${execution.getVariable("testMe").concat("")}
- APPENDSTR: ${execution.getVariable("testMe").concat("example")}
- ADDNUMBER: ${execution.getVariable("testMe") +5}2018-07-30 16:18:00,264
INFO [com.primeur.ghibli.workflow.bpm.boundary.services.log.BpmLogInfoService] (pool-13-thread-1247)
TESTVARIABLE: 2 - TOSTRING: 2 - APPENDSTR: 2example - ADDNUMBER: 7Last updated