Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
I want to fill a joget form from an an application web by javascript ou JSON. How i can do that ?
Seconde question, this code was working in V2 but it does not work in v3. Any idea ?import org.joget.workflow.model.service.*;
WorkflowManager wm = (WorkflowManager) pluginManager.getBean("workflowManager");
wm.activityVariable(workflowAssignment.getActivityId(), "variableId", "variableValue");
Thank's