Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for Activiti Alfresco Workflow tutorial step by step [closed]

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

I'm new with Alfresco Activiti Worfklow. Thanks.

like image 655
BantenCity Avatar asked Mar 16 '12 06:03

BantenCity


People also ask

How do I use alfresco with Activiti?

Model the process using the Activiti Process Designer. Add logic using expressions, Alfresco JavaScript, or Java classes. Use the workflow deployer bean in Spring so that the process definition will get deployed when Alfresco starts. Define a workflow content model. Remember to configure it in Spring.

How do I create an alfresco workflow in Eclipse?

The first step is to define the process. In Eclipse, right-click on the "workflows" folder and create a new Activiti Diagram named "helloWorldUI.bpmn". From the palette, drag a start event, an end event, an Alfresco User Task, and an Alfresco Script task onto the canvas.

What do you know about alfresco's advanced workflows?

You now know the ins and outs of implementing advanced workflows using the Activiti engine embedded within Alfresco. You know when Alfresco's basic workflows will suffice and when advanced workflows are more appropriate. You learned that process definitions are collections of events, tasks, and gateways joined by sequence flows.

How do I set up a workflow in Activiti?

Here's a look at the major steps and the respective sub-steps: Lay out the process using the Activiti Process Designer. Configure user tasks with appropriate assignments. Add decision logic. Implement the workflow content model, the Alfresco Share client configuration, and the workflow properties.


2 Answers

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.

like image 127
Jeff Potts Avatar answered Sep 17 '22 15:09

Jeff Potts


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..

like image 27
Matjaz Muhic Avatar answered Sep 17 '22 15:09

Matjaz Muhic