The React SDK provides Pega customers with the ability to build DX components that connect Pega’s ConstellationJS Engine APIs with a design system other than the Pega Constellation design system.
We are encountering a problem within the SDK where the "Approve" and "Reject" actions are non-responsive. When users attempt to perform these actions, no subsequent events or changes occur in the application. This issue persists despite attempts to customize the behavior using React or Pega.
for pega it is working correctly
on sdk not working
Steps to Reproduce:
create Approve/reject step shape from pega configure the flow to change stage to resolution once approve and change status resolve-completed and rejected once rejected it work perfectly from in pega platform but no action happen when we tried on the sdk
Issue Description:
We are encountering a problem within the SDK where the "Approve" and "Reject" actions are non-responsive. When users attempt to perform these actions, no subsequent events or changes occur in the application. This issue persists despite attempts to customize the behavior using React or Pega. for pega it is working correctly on sdk not working Steps to Reproduce: create Approve/reject step shape from pega configure the flow to change stage to resolution once approve and change status resolve-completed and rejected once rejected it work perfectly from in pega platform but no action happen when we tried on the sdk