Can you add it on the shape where the case is currently standing? So the status should change when the process enters the shape, then when the case is opened the new status should reflect.
As Soham mentioned, You can keep the “Pending-Review” status on the assignment level in the flow, so that the default status assigned to those cases are pending review before you start working on them.
on the flow action Pre DT, you can add the “Review” status so that when you click on begin button, it changes the status as provided in the pre DT for the flow action.
Hi I did try your suggestion, and it is working. However, when I click the “begin” button the status still in “Pending-Review” but with I click “Refresh” option from the action Tab, the assignment status changed to “Review” status.
I think case status issue is more likely solved, except for the “refresh” option.
I did try to call the OOTB activity from pre DT in the flow actiob to refresh the harness but it is not working
Do you have any suggestion to automatically refresh the harness once I click begin?
You can write one javascript which will refresh the harness onload of the section. you can take a look at pega.desktop.showHarness function for reference.
@JubelynMaeC17092380 The pega.desktop.showHarness function in Pega is a JavaScript method used to display a specific harness dynamically without reloading the entire page. This function is useful when you want to update the user interface with a new harness, such as opening a form or refreshing a section. Thanks