Generate not-existing DI components.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 10:29 PM
It's needed to generate model for bpmn files without existing DI components.
Whay I try to do now is to generate BpmnModel, and then fix it, using information from processes and their child components.
The question is - mayby the issue already have been resolved? Or it was asked?
Now I want to fix it in the activity explorer only.
But it seems the better solution- either to add this functionality to BpmnXMLConverter or, add new one, BpmnXMLConverterWithoutDi
Any way, I'd like to share solution with community or, if it has already resolved reust it.
Could you please, let me know, or, what should I do? Who should I contact to discuss it? If it's not solved yet.
Whay I try to do now is to generate BpmnModel, and then fix it, using information from processes and their child components.
The question is - mayby the issue already have been resolved? Or it was asked?
Now I want to fix it in the activity explorer only.
But it seems the better solution- either to add this functionality to BpmnXMLConverter or, add new one, BpmnXMLConverterWithoutDi
Any way, I'd like to share solution with community or, if it has already resolved reust it.
Could you please, let me know, or, what should I do? Who should I contact to discuss it? If it's not solved yet.
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2014 06:28 AM
I'm not completely following what you are trying to do here: you want to get the XML … without the DI info?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2014 04:31 AM
Any way, I'd like to share solution with community or, if it has already resolved reust it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2014 06:54 AM
Ok, but why? What's the use case?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2014 09:09 AM
You know, you may look at bpmn plugin for eclipse.
It's possible to import a bpmn file without DI elements and the plugin will generate them automatically.
I (and probably someone else) needed a similar behaver in the activity online bpmn editor. I've added bpmn convertor, but it's too simple.
Hope now the main idea is more clear to you.
The use case.
When you don't have control on the files other clients can send you.
One client has created a file (probably using eclipse plugin)
For some reason, only the actual information about processes/tasks (without DI elements) has been exported into the bpmn file.
Later, you have to import this file into online editor so an operator can edit it if it's needed.
I found some questions about this on internet. So, I think it can be useful.
It's possible to import a bpmn file without DI elements and the plugin will generate them automatically.
I (and probably someone else) needed a similar behaver in the activity online bpmn editor. I've added bpmn convertor, but it's too simple.
Hope now the main idea is more clear to you.
The use case.
When you don't have control on the files other clients can send you.
One client has created a file (probably using eclipse plugin)
For some reason, only the actual information about processes/tasks (without DI elements) has been exported into the bpmn file.
Later, you have to import this file into online editor so an operator can edit it if it's needed.
I found some questions about this on internet. So, I think it can be useful.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2014 02:35 PM
Ok, I think I understand what you are saying … and it is in Activiti for a while: there is a module https://github.com/Activiti/Activiti/tree/master/modules/activiti-bpmn-layout which does exactly that. You give it a BpmnModel (parsed version of the XML, pass it and it will try to make 'something' decent by generating the DI information for you (it's based on JgraphX)