Hi, I am new to activiti.. i gonn through all the activiti topics. i understood the basic concepts of activiti.i am having difficulty while starting a process.. how i can start a activiti process from a form button (onclick) operation. restapi or statndard functions..please help..
Hi, if you want to start a process on clicking a button on a web page there are multiple solutions, it depends on how your application is designed and how your application is using Activiti.
A good starting point is the documentation (http://activiti.org/userguide/index.html). I recommend you also downloading the source code for at least 2 reasons: 1. can study the code in order to understand how it's done 2. will help you during debugging