Where i can find simple tutorial for Activiti Alfresco Workflow (especially with Custom Workflow) ?
I'm new with Alfresco Activiti Worfklow. Thanks.
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.
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.
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.
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.
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.
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..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With