Expand my Community achievements bar.

Help with a project scenario

Avatar

Level 7
Below is my scenario



1)User enters data in a web application and submits it.

2)The 'submit' kicks off the workflow and prefills the same data in a form

3)This form is emailed to one of our employees

4)The employee fills in the form and submits via email

5)The form is assigned to the manager

6)The Manager approves or declines the form and this completes the process



I would like to know



1) Do I create one workflow to send the email and one to receive the email ? or do I create one workflow for the entire process ?

2) I would like to send weekly reminders to the employee until we receive the form back. How would I implement this using Workbench ?



Thanks

Aditya
2 Replies

Avatar

Level 10
You only have to create one.



The "main" workflow would have to user step: step 1 Employee and step 2 Manager.

You should only have to create one. A lot of the functionality you're looking for are already in LiveCycle.



I would create a two step process: step1 (Employee) and step2 (Manager). When you submit the form to the process, it would go to the first step (Employee). If you have enabled email notification (from adminui), the user associated to the Employee step would receive an new email with the form attached as a PDF.



You could also leverage the Reminders and Deadlines functionality of the user step to receive email notifications when deadlines and/or reminders occurs.



Once the employee is done filling out the form, they can email it back to LiveCycle. You can configure an email endpoint to the built-in Complete Task process. This process will take care of completing the task on step 1 and to send it to step 2 (Manager).



You would need to put the process fields (from Designer) on the form so they contain the task id, server email address, etc.



The only problem is that user might have to login once the Workspace to create their profile to receive the emails. Would that cause a problem?



Jasmin

Avatar

Level 7
I thought of your suggestion. However, you asked the right question.



There will be a problem creating users as we are leveraging of LDAP and creating additional users would be too much of manual work.



Can you suggest any other way ?