Activiti workflow engine-based process processing method

The invention provides a process processing method based on an activiti workflow engine, and the method comprises the steps: obtaining and analyzing the information of a current task node from a database table of the activiti workflow engine, determining the information of the current task node and...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Hauptverfasser: ZHANG CHAO, ZENG ZEYUN
Format: Patent
Sprache:chi ; eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:The invention provides a process processing method based on an activiti workflow engine, and the method comprises the steps: obtaining and analyzing the information of a current task node from a database table of the activiti workflow engine, determining the information of the current task node and a to-be-jumped target task node, and forming a task process set; obtaining a service interface of an engine to initialize a command executor object used for executing a custom command, wherein the custom command is used for skipping to a target task node; creating a container object in a springboot project integrated with the engine, and binding a user-defined command; the inheritance logic is rewritten, and a target task containing the target task node and the original task process is newly added. According to the method, the logic framework of the activiti is dynamically rewritten by analyzing the database table, and dynamic jump of the task nodes of the ERP system is realized by using the custom command, so that