Is there any other way to create process without using Activiti Designer?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2016 06:47 AM
Is there any way other than drag n drop to create process in Activiti Engine?
Are there some APIs for the same?
Are there some APIs for the same?
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 01:04 AM
You can use the Activiti Eclipse plugin and design them in eclipse.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 10:12 PM
Thnaks,
Yes,I am doing the same.I am asking for other methods.
Regards,
Shivam
Yes,I am doing the same.I am asking for other methods.
Regards,
Shivam
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 02:57 AM
Hi,
Regards
Martin
org.activiti.engine.repository.DeploymentBuilder
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 10:16 PM
Thanks,
DeploymentBuilder is for deploying purposes for already created processes.
I was searching for other methods to create new process definition.
Regards,
Shivam
DeploymentBuilder is for deploying purposes for already created processes.
I was searching for other methods to create new process definition.
Regards,
Shivam
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 05:19 AM
Or write the XML by hand 😉
Or use the BPMNModel classes that serialize to XML….
Both of them are quite low-level work …
Or use the BPMNModel classes that serialize to XML….
Both of them are quite low-level work …

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2016 10:18 PM
Thanks,
I was searching for the second one exactly.I will go through it.
Regards,
Shivam
I was searching for the second one exactly.I will go through it.
Regards,
Shivam
