I had the scenario, where the task (or activity) with Client-side human service (CSHS) in BPM 8.5.7 was failing. The CSHS was completing successfully on standalone run, but it was failing when used in the process, not letting the flow to move to next task. After spending some time I realized it may the issue of the private variables whose data type was (unavailable), as I copied the CSHS from another process app and copied only those data types which was used in coach UI. The moment I deleted those variables with unavailable datatypes, the process task also finished successfully :) Learning: 1. Find any variables with unavailable data type 2. either remove them if unused (in my case) or you need to define (or copy) the required data type. Cheers, Saroj
In this blog, I have accumulated the solutions to the issues and learning that I collect while working in IBM BPM. The product is improving every year version by version but still, it lacks many features that is expected to be done in the product. Hope you find solutions to some of your problems here.