business-process-management

Which of these technology to use for BPM / Workflow engine? Any comparison of features? [closed]

烂漫一生 提交于 2021-02-20 19:54:36
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . Improve this question Which one is the best for BPM/Workflow Engine? YAWL, XPDL, jPDL, BPEL or BPMN (different versions)? Is there any comparison of the technologies so that I can find what best suites my needs? It seems more people suggest BPMN or BPEL, but I don't get why. I found

Creating Process Map Diagrams using different packages in R

随声附和 提交于 2020-01-02 09:31:49
问题 the given script simply creates a process map diagram showing the flow of events in R. This field of study is called event log mining or process mining. I wish to know any other packages or functionality in R using which I can create similar maps and also make them interactive like ggplotly. Please help me with some links if possible. Thanks and please help. library(bupaR) library(edeaR) library(eventdataR) library(processmapR) library(processmonitR) library(xesreadR) library(petrinetR)

Creating Process Map Diagrams using different packages in R

≯℡__Kan透↙ 提交于 2020-01-02 09:31:37
问题 the given script simply creates a process map diagram showing the flow of events in R. This field of study is called event log mining or process mining. I wish to know any other packages or functionality in R using which I can create similar maps and also make them interactive like ggplotly. Please help me with some links if possible. Thanks and please help. library(bupaR) library(edeaR) library(eventdataR) library(processmapR) library(processmonitR) library(xesreadR) library(petrinetR)

Cross-process synchronization in Camunda?

社会主义新天地 提交于 2019-12-25 16:24:46
问题 What cross-process synchronization schemes should be used in the Camunda? Is it possible to implement something like CountDownLatch where the synchronization is being used between different bpm processes? It seems that because of the correlation messages are always synchronous, I can't put a receive task / intermediate catch event in a latch process definition so that latch client processes would correlate on the task/event when they want to join the latch synchronization block (if I try,

Complex expressions don't execute in Alfresco activiti web version

烈酒焚心 提交于 2019-12-25 00:28:56
问题 An expression with conditions does not work when testing a bpm process created in bpm-explorer alfresco activiti. ${document.attributes['EPR/DMS/DMBTR'] < 10000000 && document.attributes['EPR/DMS/DMBTR'] >= 5000000 && document.attributes['EPR/DMS/CONCERN_FLG'] == true} || ${document.attributes['EPR/DMS/DMBTR'] >= 10000000} such options do not work either ${(document.attributes['EPR/DMS/DMBTR'] < 10000000 && document.attributes['EPR/DMS/DMBTR'] >= 5000000 && document.attributes['EPR/DMS

understanding lock-on-active with agenda-group

烂漫一生 提交于 2019-12-24 16:18:03
问题 I tried a sample example to see how lock-on-active works. When I fire the rule without using agenda-group everything seems fine. But when i uncomment the agenda-group in the below code and set focus to group "Group B" no rules are fired. Rule rule "Additional Rs.1 tax for books above Rs.10" //agenda-group "Group B" lock-on-active true when $o: Product(name=="Book",amount>10) then System.out.print($o.getAmount()+"-->"); modify ($o) { setAmount($o.getAmount()+1); } System.out.println($o

Intalio: Difference between 4 ways of adding a form to a process

别说谁变了你拦得住时间么 提交于 2019-12-24 15:20:33
问题 I made a form using Intalio's AJAX Widget tool but I was confused once I wanted to add the form to a user's pool. I actually followed this tutorial from Intalio's website. In the 5th slide, they mentioned the ways of adding the form (initProcess, create and complete, notify, escalate), which look like this but no further explanations were given. So, I would like to know the differences between each one of these ways and when should I use one way and not the other. Thanks. 回答1: You use the