12

Where i can find simple tutorial for Activiti Alfresco Workflow (especially with Custom Workflow) ?

I'm new with Alfresco Activiti Worfklow. Thanks.

BantenCity
  • 308
  • 1
  • 2
  • 6

2 Answers2

23

I have written a tutorial on using the Activiti workflow engine that is embedded in Alfresco 4 that shows how to create custom workflows. It includes everything you need to know from setting up the workflow using the Activiti Eclipse plug-in to defining your workflow content model and wiring up everything in Spring. It includes basic hello world examples as well as a slightly more complex example that incorporates a custom task listener. The tutorial lives here.

Jeff Potts
  • 10,328
  • 14
  • 38
  • Updated version lives here: http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html – Jeff Potts May 06 '14 at 15:11
  • Hi, thank you for the tutorial but is there a possibility that this can work with the new versions of Alfresco (5.0d) and Activiti (5.17) ? – Amine Zaine Apr 09 '15 at 12:07
  • 4
    I'm working on upgrading the tutorial to work with 5.0.d later this week. – Jeff Potts Apr 13 '15 at 21:41
  • Activiti can be integrated with the application i am having? – Labeo Dec 01 '15 at 05:30
  • In case someone is looking for some super quick introduction and setup..I wrote this blog post: www.codecramp.com/activiti-setup-eclipse. It provides working code with two simple processes. – EMM Apr 09 '17 at 12:08
1

Maybe google first? :)

http://www.activiti.org/userguide/index.html#10minutetutorial

http://www.activiti.org/userguide/index.html

I think you can figure it out from here on..

Matjaz Muhic
  • 4,310
  • 2
  • 13
  • 32
  • hi thanks matjaz. yes, i did it (google 1st) and still looking. i've already seen your links before, and also i've bought ebook licensed 'activiti in action'. but there is only 1 chapter regarding alfresco topic (still don't have enough information about custom workflow). – BantenCity Mar 19 '12 at 01:40
  • That is a very fine manual, it means that you already kwon what BPM are. Regards, – Rodmar Conde Oct 22 '15 at 19:37