relate two database table in bonita

1
0
-1

Bonita by default saves data in its configured database. I want to relate two tables and want to get values. I want to relate arch_data_instance and arch_flownode_instance and want to get values of specific form like i want to get data from arch_data_instance table of publish node with complete status completed. In other words i want to get data when whole process finishes.

select * from arch_process_instance api,arch_flownode_instance afi,arch_data_instance adi where api.rootprocessinstanceid=afi.rootcontainerid and api.name='LeaveWeb' and afi.rootcontainerid=adi.containerid and afi.;

No answers yet.
Notifications