Defining and selecting several actors in a workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 08:40 AM
Hi all,
Some things about workflows under Alfresco have been puzzling me for quite a time now: when starting a lifecycle review and approve workflow, I can select a user as "Reviewer" but is it possible to define a workflow with several actors ? Will there be a user selection widget per actor (role) ?
For instance, I have a business process in which a "writer" receives a request initated by someone. The writer writes the corresponding documentation, which, before going public, need to be read by an "editor", who may forward the content to the "publisher" or return it to the writer for some rewriting. The publisher formats the documentation according to the currently active publishing standards.
Since there are several people who can stand as "writer", "reader" or "publisher", it would be good to choose who will be the "writer", etc. at the moment the workflow is created, just as in the lifecycle example, the "reviewer" is selected at creation. Is it possible with Alfresco ? Is it possible in general workflow management ? How come "Reviewer" appears on the page ? How is that configured ?
Some things about workflows under Alfresco have been puzzling me for quite a time now: when starting a lifecycle review and approve workflow, I can select a user as "Reviewer" but is it possible to define a workflow with several actors ? Will there be a user selection widget per actor (role) ?
For instance, I have a business process in which a "writer" receives a request initated by someone. The writer writes the corresponding documentation, which, before going public, need to be read by an "editor", who may forward the content to the "publisher" or return it to the writer for some rewriting. The publisher formats the documentation according to the currently active publishing standards.
Since there are several people who can stand as "writer", "reader" or "publisher", it would be good to choose who will be the "writer", etc. at the moment the workflow is created, just as in the lifecycle example, the "reviewer" is selected at creation. Is it possible with Alfresco ? Is it possible in general workflow management ? How come "Reviewer" appears on the page ? How is that configured ?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 03:33 AM
Hi amenel,
I strongly adivse you to go through Jeff Potts' article here :
http://ecmarchitect.com/archives/2007/11/19/785
You will perfectly know how to do what you need, how workflow UI in Alfresco (forms) is bound to Workflow's backgruond etc …
As for what you're expecting, I'd say that you will define, in your processDefinition.xml, two actors, held by two process variables, which will have to be selected on the startTask form.
I strongly adivse you to go through Jeff Potts' article here :
http://ecmarchitect.com/archives/2007/11/19/785
You will perfectly know how to do what you need, how workflow UI in Alfresco (forms) is bound to Workflow's backgruond etc …
As for what you're expecting, I'd say that you will define, in your processDefinition.xml, two actors, held by two process variables, which will have to be selected on the startTask form.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 10:49 AM
Thanks for the link, I'm heading there right now.
