How to implement activiti6.0 endorsement

if you want to add a person 6.0, how to achieve

Jun.22,2022
  • How to use activiti to realize the function of randomly combining processes?

    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: ...

    Mar.03,2021
  • Activiti workflow related

    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...

    Mar.15,2021
  • How does Activiti handle exceptions?

    < 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...

    Mar.30,2021
  • How to determine the status of the current task in Activiti?

    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...

    Mar.30,2021
  • Using activiti in java

    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...

    Apr.24,2022
Menu