Is there any way to initiate multiple cases from a Single Uploaded Excel file?

1
0
-1

I want to initiate multiple cases from the document which is being uploaded in database.

i am using Bonita 6.3.

  1. Please tell me How can I upload document without Converting it to Byte(). 2.And How to initiate case from database?

Note: i am just beginner in Bonita.

Please Reply Fast.

1 answer

1
0
-1

Hello, and welcome to Bonita community :) 1. You can upload file using a Bonita form with a file widget. File can be stored internally in Bonita BPM database. 2. One option would be to create a process with a system activity that read entries from a database (db connector) and for each entry creates a new process instance by passing variables, as well (using Bonita BPM API). Such a process can be started automatically by a start timer with the frequence you want. Another option is to write your own connector that reads data from the excel file and instantiates processes using Bonita BPM API. Hope this helps, Haris

Notifications