Skip to main content

Posts

Showing posts with the label bpm

Popup error in Web Process Designer regarding SPARK theme

The may not be the best help but worth to verify if the right theme is selected J https://support.salientprocess.com/forums/topic/spark-ui-toolkit-theme-settings-with-ibm-bpm-8-5-7/   Other work around to remove the popup are : close the Client Side Human Service (CSHS) and open it again to see if the new theme is reflecting in designer reload the Web Process Designer, as often when we change theme in Process App Settings, Web PD is unable to reflect the new theme styles in the active instance and it need to be reloaded to reload the updated theme styles in Process Designer. Regards, Saroj

BPM task failed at end event

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