Answered
Save activity as string - Multiple instance using parent case number
Hi,
I have a process that launches a sub-process x times. The sub-process is really short with 1 activity that needs to be updated for each instance of the sub-process.
To update the activity, I use an external application and I want to use the web service "saveActivityAsString". These activities have all the same case number because they use the parent case number.
According to the documentation, I can only use the radNumber and taskName as parameter instead of case id or workitemId . I don't want to use performActivityAsString because the information sent does not end the task.
How can I update the tasks using a Bizagi web service without building my own web service?
Thank you for your help and have a nice day.
Dear Anne-Marie,
Input Example
With the following sample XML, we will complete the Activity with Task name = Task3, for the case number having identifier = 9301.
For further information: http://help.bizagi.com/bpm-suite/en/index.html?saveactivityasstring.htm
Regards
Hi, I don't think it will work because the external system keeps track of the case number but not the case ID. So my case number will look like SOUM-20161205-99. And because the sub processes use the parent case number, they all have the same case number.
Dear Anne-Marie,
Yes, You can use your case number in radNumber like: SOUM-20161205-99.
Best Regards
Comments have been locked on this page!