Hi ivy support team We're exploring ivy 7 where case map is a interesting feature there. So now i get a little bit confused what Case Map really is. imo, it just orchestrate the main flow of processes into stages and sidesteps. Now the next question is what is different between Business Case and Case Map. Or Case Map is just a presentation layer of Bussiness Case in BPM point of view? I also read this in documentation:
In one Case Map, it can have more than one Business Case? Hope ivy team can explain more about those cool things. Thanks asked 24.11.2017 at 02:52 trungdv |
The BusinessCase is classically an instance of a CaseMap execution. So the CaseMap is the static definition of the flow, while the BusinessCase reflects a real execution of a CaseMap. Every execution of a CaseMap creates a new Business Case instance. In classical workflows, where users start a Business Process directly via IVP link, the first Case is treated as Business Case. You can attach follow up cases (triggered or signaled) as child case to the first Business Case by simply declaring this on the Inscription mask. And this is also the default for newly created processes. We still create detached cases for old processes, to not break any existing behavior. So basically you can make use of this new Business Case concept without using a Case Map. Its the new cool thing to keep agile process executions together. answered 27.11.2017 at 09:38 Reguel Werme... ♦♦ |
Hi Yes use the following API: ivy.case.attachToBusinessCase(in.callerCaseId) or in the Designer Guide: https://developer.axonivy.com/doc/latest/DesignerGuideHtml/ivy.concepts.html#d5e18133 answered 04.01.2018 at 11:04 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 24.11.2017 at 02:52
Seen: 2,396 times
Last updated: 04.01.2018 at 11:04