Launch workflow from automation chain?
I am hoping I am missing something obvious..
I have a document lifecycle defined. When a user submits a document, I want to automatically kick off a validation workflow to approve the document to move it to the next step in the lifecyle.
I can use Services->create task, however, I still must manually navigate to the workflow tab and start the workflow. I cannot seem to find anything in studio that would allow me to kick it off automatically? The task shows up properly with the proper user group, however, when the link is clicked, the workflow hasn't started.
The desired behavior would be for the document to be ready for approve / reject when the user clicks the link. Is this possible??
Don Bauer
CTO
KnowGov 501(c)3 non-profit
If you're fine with a looser validation process, you can read the documentation explaining how to make a task assignment to one or many users, it gives a complete example: the “one step validation workflow tutorial”. As you can chose to launch another automation chain when users accept or reject the task, it makes it possible for you to mix quite a variety of operations, including changing the document lifecycle state, sending emails,… see the reference documentation.
Launching a parallel or validation workflow is not possible out of the box using operations available by default in Studio, but further improvements are on the way via content routing features integration, see the blog entry http://dev.blogs.nuxeo.com/2011/12/content-routing-an-alternative-to-jbpm.html
so I could create two links, one for the approve transition and one for the reject transition?? I cannot seem to find it in the documentation..