User Experience' and Constellation

We have use case to display a modal window in a form view. So for that have imported the custom component available in this path(Constellation UI Gallery 3.0.8): storybook - Storybook.

We configured the actionable button and we are getting the button option in UI but when clicking on that button then getting error :pyUpdateCaseDetails is not a valid action to use.

In Network trace we observed the following error:“Resource in wrong state” when clicking on that action button.

We tried in pega trial version:24.2 and 25.1 and there it is working with same configuration. Our dev instance is hosted on pega cloud :24.2.2

Please let me know what could be the reason for that error. And also if Constellation UI Gallery 3.0.8 is compatible with 24.2.2 version or not.

@SushilkumarT17575507

Constellation UI Gallery 3.0.8 is compatible with 24.2.2. You can see the fill list of releases here: Releases · pegasystems/constellation-ui-gallery

To use the actionable button the local action needs to be available as an optional action on the case. You should also be able to select the action via the actions (Three dots) menu. Has the pyUpdateCaseDetails action been added to the case optional actions?

@Marc Alderman Thank you. It worked!