cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Implementation

lobnakh
Champ in-the-making
Champ in-the-making
Hello,
Im new with activiti, i've installed activiti and i can create a process with the activiti modeler.But, i like to have an idea about the code behind, I like to implement a simple workflow with java .But with my researchers in google, i can not obtain a usefull guide to achieve my goal. Someone can help me please ??
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
http://activiti.org/userguide/index.html#_getting_started_10_minute_tutorial is the best place to start with the actual code. Activiti is open source: make sure the sources are in your IDE and you can click through any of the services you're using to learn more how it's being done behind the scene.