Hello everyone,
This is the main problem when I am transforming form EPC to BPMN notation!
1.EPC notation (Simple EPC process).
2. Transformation from EPC to BPMN notation with function Generate model.
3. Transformation from EPC to BPMN notation with function Generate Solution Design.
So you can see that are some differences between those 2 transformation. So where is document in 3. transformation?
If you could help me I would be so grateful.
Sincerely yours,
Jure Lakner
Hi, maybe for you Jure "off topic" now, but it could help others..
I think (for 3. transformation) there is a context menu which appears when you start to generate Solution Design (btw. Generate Solution Design functionality uses standard Open BPM report EPC-to-BPMN transformation), where you can specify all options (general info what you can set up):
.. to your question where is Document object: there are some standard report settings in source code:
- transformAllFADObjects variable is set by dafault on false, so "Only the transformation relevant objects that were placed in the Function allocation diagram model assigned to a function in the EPC are transferred to the BPMN diagram."
- semanticCheckEnabled variable is set by dafault on true, "Specifies that the semantic check that validates the EPC is performed before the EPC-to-BPMN transformation starts. If the semantic check finds errors, the faulty models are skipped during the transformation. You are notified, which models contain errors."
You can change the transformation rules, but only in source code of mentioned report. Some object types are converted regarding BPMN notation, some of them which exist in EPC, dont exist in BPMN. If the rule cant be applied /object doesnt match specified types, obect is then omitted (transformation is not applicable).
BR,
Libor