Send emails after completing user task

0
Hi community, I am using EmailSevice to send emails. I want to achieve the function that when the user clicks the "complete task" button on the user-task page, there will show up a new-edit page to create an "emailInform" item, which the user can customize the content and who to send the email to. I set the "complete task" to function as "call a workflow",  which looks like below. The problem is there is no new page show up. I wonder whether it is the workflow's problem. Or is there any other way to send the email after completing the user task? Thanks!  
asked
2 answers
0

Hi! Maybe it's an idea to when you click the button to complete the task, first show the pop up page for the email (and not complete the task yet) and after you click the "send email" button on the pop up page to cal a microflow that sends the email and also completes the user task?

answered
0

Make the email-inform activity an asynchronous activity by setting this parameter to checked:

 

answered