Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, according to the declaration the processStart method is expecting two parameters where the 2nd is a Map. Found an example in Bean Shell Programming Guide#UseasProcessToolUseasProcessTool under "Start a new process instance for each row of data loaded using foreign key and value" .
Hello, We are developing an application that is capable of managing a project. What we are looking for is that the tasks of the project behave as specific processes. So,through beanshell, we are controlling when a process (task) that is part of a project begins and ends .
However, at the moment a process ends we would like to automatically start the next one from beanshell. I understand that there are functions via JSON API (Sample JSON API Integration) to do so, but how can we use them from a bean shell tool?
-------------------------------------------
Edit:
I was able to initialize the process by:
However, now we are also interested in initializing two workflow variables within the same operation, to send a user name that must start the task and a string with a unique identifier of the project. The help in WorkflowManager#processStart shows that this can be done according to the following structure:
But when trying something like
It shows us an error that says it is not waiting for three text strings. Experts, could someone tell me how to make this last modification?