How to make activiti workflow interact with Java web project (Java application designed Outside of activiti explorer)?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 03:26 AM
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 04:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2015 03:21 AM
one example is here:
https://github.com/Activiti/activiti-unit-test-template
just change jUnit test to class with main method.
Regards
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 05:24 AM
My is requirement is I will design the simple leave application in java using eclipse IDE without using activiti explorer that not activiti form or UI. MY Leave app UI consist of two fields name and number of leave user apply and submit button , once I hit on the submit button it should to go admin that is assignee whom it is assigned ,When I login as the admin ,I should see the leave request in my queue. I am not at all using activiti UI from . I dont have any idea how to start with requirement . Because my UI (which is designed outside the activiti , not using activiti UI forms) should talk to activiti and processed to next step or should move to next step for whom it is assigned , when the assignee login he should see that request in his queue. If you have any sample example you provide the link. It would be great , if you can help on this.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 02:20 AM
even I am facing the same problem if u have come up with any solution kindly share here. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2015 11:21 AM
We can't do your home work. Activiti is a jar. Add it to your classpath and call it's API's.
All the rest is how you want to do it, using any UI technology you please.
