Pranesh Chandramohan 3 Posted October 14, 2018 Share Posted October 14, 2018 Hi, We have a challenge where we invoke the bpm-work-list business component in CaseManager. 1. When workViewId is not passed, the default work list is retrieved with the enhancedAttributes query parameter as true by default. 2. But When the workViewId is passed as a part of WorkListData object, the worklist for the view is fetched without theenhancedAttributes. Because of this, few of the work item attributes could not be displayed on the UI list. So, we need tofind a way to add the enhancedAttributes query parameter into the workListData object, Any suggestions/ideas would be really helpful. Thanks Pranesh Link to comment Share on other sites More sharing options...
Pranesh Chandramohan 3 Posted April 26, 2019 Author Share Posted April 26, 2019 Issue: BPM Work Item Attributes from 15 to 40 were not returned when BPM Work List Object was called. Root Cause: The api/business component did not have an argument/input parameter to fetch all the Work Item Attributes. Resolution: Apply the attachedpatch to the 'CaseManager.js'file in the CaseManager Accelerator application. This will enable the application to fetch all/enhanced attributes via api. Link to comment Share on other sites More sharing options...
Christian Faessler Posted May 6, 2019 Share Posted May 6, 2019 hi there, my hero today is: pranesh! :-) Thanks a lot for your effort. cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now