-
Notifications
You must be signed in to change notification settings - Fork 0
T0.3.Create the process
#Create the process. To create the process:
- open eclipse.
- Chose the
activityview fromWindow->Open Prospective->Others. Then go toFile->new->Project..and create aactivity project, give it a name and create it. - Right click on the project folder, then
New->Otherand selectActivity diagram, give it a name and create it.
Now the process is ready to be designed.
#Modeling the process When opened, the activiti editor shows on the right the palette. With the CC extensions there are now additional elements, each of which is a task with a predefined logic. Crowdsourcer can drag and drop them.
To create our example, we need two marketplace task, one for the upload and one for the description. The process will look like this:
The two task have to be configured like this:
upload page
describe page
The URL should point to your deployment of the page. The rest is intuitive.
Ideally a crowdsourcer can change the payment method, or create a validation process to validate the outcomes of the workers.
As it is, the process is ready to be compiled and deployed.
Process can be downloaded here.
PRE:Create the web page - NEXT:Compile the process


