Show user task page

0
Hello Team,   I am using workflow. I want to show user task page immediately when I click on proceed button, without redirecting to taskinbox page. Is there any way to show user task page?
asked
2 answers
1

Hi Sidheshwari Devkar,

                                 Once the workflow starts, data will not be reflected in the database until the end event of the microflow, at which point the data will be saved. After the process is complete, you can proceed to the next user task page. Calling the user task page before this will result in an administrator error.

 

answered
0

Hello Sidheshwari Devkar,

 

Try with this!

image.png

image.png If User Clicks on Proceed it land to different page

image.png

image.png

 

If you Don't want to redirecting to taskinbox page, Duplicate homepage and call the page in display information with parameters of below

 

Create a dataview and pass workflow user task object inside dataview call homepage_overview.

 

image.png

answered