I am trying to start a workflow after upgrading to 7.1, using DFC. Running into issues when I try saving the workflow. What is the new way to kick off workflows with content server 7.1?
Hi,
Make sure that you are using D7.1 Jar files while executing the code.
Thanks,
Prabhu
I just confirmed with EMC Support, that they no longer allow setting the same of the workflow, when they are kicked off using DFC
IDfWorkflow obj = ...
obj.setObjectName("new workflow name")
This is working as designed on this version 7.1.
Engineering references CS-44465 / CS-45720 on the Content Server. BPM-9576 on BPM side.