Hi Community,
I am having a application where user can load bulk records like 100k. Then I take the file and process it and do some calculations in my package and then I insert them into main target table, I have my process tied to a button so all the records are inserted into target table. Now once inserted I need to invoke workflow for each record so its taking around 40 mins to process 25k records. At this point I am really not sure if I need to invoke the workflow like this or not. Or can I invoke a workflow based on the whole file ? 1 workflow per file.
@steve-muench-oracle , @inol @roopesh-ashok-kumar-oracle