I have a Hello World Process with a Script Task (javascript) with code:
const varsString = [“helloWord”];
which generates the error:
Problem ‘flow-element-not-supported’: … type script task not supported
on uploading to the cloud. I suppose it is related with the strict-mode and scripting is disabled, so how can I test the usage of a Scripta? Such is crucial for us to test Flowable integration with an in-house AI Analytics Platform. Thks