Workflow Implementation

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016 06:29 AM
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 ??
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 ??
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2016 05:23 AM
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.
