HI All,
How to get r_object_id of form instance in a process step,
when a process is initilized on form submission.
Thanks in advance
Regards,
Sampath.
Why do you need ID of the form? If the form is used to just capture process variables, you can retrieve those values using Data Mapper activity. If you are persisting the form as part of the process package, you can do the same with Data Mapper activity.