|
Our ERP (delphi), I wrote an approval process (table name-> item-> condition-> step-> action)
Because it is hard-coded, it can only be used for approval, and the configuration is very troublesome:
(1) Number of items: select sum (number) from xxx where BillID = '[Number]'
Then (2) condition quantity> 100
Then (3) Step Here I wrote to death:
Step number (only incremented by 1,2,3) Step name Role
May I calculate the workflow? What is the concept of workflow?
Is there anything like workflow in JAVA? |
|