You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM platform contributors, thorben....@camunda.com
i have added camunda jar files into my project. i will not use any container I will just test process model using something like gettasklist, assignTask(userid), claimTask etc. sorry my english((
thorben.lindhauer
unread,
Jul 31, 2015, 11:33:20 AM7/31/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM platform contributors, thorben....@camunda.com, vasif...@gmail.com
Hi Vasif,
Perhaps example [1] is useful to you.
It implements a unit test that
a) starts an embedded process engine b) completes a user task via TaskService API c) implements a service task
For details on how to create and configure an embedded process engine, I can also recommend the user guide [2].
There is not yet an example of how to use processes with an embedded engine in combination with Camunda Tasklist for form display. If that is what you need, you could have a look at example [3]. Note that this example assumes that you use a shared engine and webapps of the pre-built distribution.
If you want to use an embedded engine, make sure to:
1) Work with one of our supported containers (like Tomcat, JBoss, etc.). Tasklist cannot run on its own.
2) Change the form paths in the BPMN XML from something like
3) Deploy your process application as a web application to your server.
4) Deploy the standalone Tasklist webapp to your server [4]. Make sure to read the webapp installation guide [5] and especially the part on configuring the database connection.