Please let me know what is the correct way to add updated Form Data to a workflow. I am able to set values in form Attributes and returning updated FormData to hit below method
wf.getWorkFlowClient().updateWorkItemData(processId, subProcessId, wf.getTaskId(),updatedFormData);
Its not showing updated data in the workflow neither any errror in the logs.I am attaching the logs here with .