cancel
Showing results for 
Search instead for 
Did you mean: 

space and workflow

vinaxwater
Champ in-the-making
Champ in-the-making
when start workflow form resource i see list workflows. Now i want the workflow correlative with space(e.g: when i click space1 and i start workflow i only see workflow1). Help me. Thanks

Regards.
3 REPLIES 3

jm_pascal
Star Contributor
Star Contributor
Hello,

I think one solution could be creating a custom action which have a condition upon a specific metadata or type… and then launch your workflow.
For more informations, you can follow Jeff Potts tutorial : http://www.ecmarchitect.com/images/articles/alfresco-actions/actions-article.pdf for creating custom actions.

Regards,

mabayona
Champ on-the-rise
Champ on-the-rise
It is not possible to attach/start an advanced workflow to/from a space:

https://issues.alfresco.com/jira/browse/ALFCOM-460
https://issues.alfresco.com/jira/browse/ALFCOM-671

An alternative is to create a document in the space and attach the workflow to it.

It would be better to be able to do it directly though…

vinaxwater
Champ in-the-making
Champ in-the-making
Dear all!
Thanks for reply. I repair in file choose-workflow.jsp this code:
<h:selectOneRadio id="selected-workflow" value="jbpm$5" rendered="#{NavigationBean.nodeProperties.name=='Guest Home'}"
layout="pageDirection">
<hSmiley SurprisedutputText value="Add Hoc Workflow"/>
</h:selectOneRadio>

<h:selectOneRadio id="selected-workflow-ntis" value="jbpm$3" rendered="#{NavigationBean.nodeProperties.name=='Company Home'}"
layout="pageDirection">
<hSmiley SurprisedutputText value="Review Workflow"/>
</h:selectOneRadio>
I set static values is id of workflow but when i click Next for go to Workflow Option it's show option of jbpm$2 not show workflow have id set in tag values. Help me!

Regards.