'Involve User Interactions via REST APIs in Spring Activiti Workflows
My use case is that I have 3 processes say, Process A,B and C.
A simply stored the entity, B has process which involve user interaction through a UI, and the user must press submit to proceed to next task. C is similar to C but achieves something different.
Say for one client the business needs us to follow the workflow A -> B -> C, and another required A -> C -> B.
Now, from my understanding and research, I can see that this is possible using spring activit, where I change the configuration for both clients. However, I am unable to find how to involve the user interaction required for process B and C, and basically move to next task on some specific user interaction.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
