I have a Save to repository task followed by an Email service task in my Forms business process.
Currently that email task is attaching a PDF of the form to the email. What I'd like to do is send a link to the form after it has been saved in the repository. AND I would like to do this in Forms vs. having to call a Workflow. The reason for this is that I will need to do the same for multiple subprocesses and eventually for multiple forms and I'd like to do this without having to create a workflow for each subprocess or form.
Looking for anyone who may have done this, thanks.