if you want to add a person 6.0, how to achieve
if you want to add a person 6.0, how to achieve
Previous: What is the purpose of using qs in axios?
Next: CPP11 multithreaded programming error? (prompt nullptr)
is this function suitable for activiti workflow implementation? A company has several products, and the quality inspection process of each product is different, but the number of nodes in it is limited. for example, there are several kinds of nodes: ...
I encountered a problem when setting up an e-commerce website. I want to use workflow to control the flow of orders. At present, the flow of my orders is like this: 1. Create a total order 2. Create multiple production orders (the number is determine...
< H2 > how to deal with the early termination of the process due to exceptions in activiti? < H2 > for example, I need to enter a variable in a usertask. If the variable is 1, then the process to usertask1,; if it is 2, then there are only two paths f...
in activiti, for a task that has already been executed, a task that has not been executed can be judged, but there is another state, that is, the task has already been executed, but later, because it has returned to some of the previous tasks of the tas...
Hello, boss! I just got in touch with this, and then I watched the video and wrote the code. ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine(); deployment process definition @Test public void test2(){ get a deployment b...