cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow population from activiti to alfresco

framt
Champ in-the-making
Champ in-the-making
Hello I am new to alfresco and have not yet found the solution in the forum. I am currently running the enterprise trial edition.

After running alfresco's activiti workflow console and I am able to create and upload workflows to the tool. However when I go an alfresco document and start a workflow my file is not an option.

How does one get the workflows from activiti toolbox to appear in the start workflow section?

Thank you!

-Framt
2 REPLIES 2

rjohnson
Star Contributor
Star Contributor
You must deploy your workflow. In the Enterprise edition you can do this from the console. In community (or Enterprise) if you set redeploy to true in your workflow context file it will deploy automatically on restart. However, be careful of this latter mechanic, you need to restart Alfresco once with redeploy set to true and then change redeploy to false so that the workflow will not be redeployed again and again at boot time. Of itself, this multiple redeployment isn't harmful but you end up with masses of versions of essentially the same workflow.

Good luck

Bob Johnson

framt
Champ in-the-making
Champ in-the-making
Thank you for your Help,

Framt