Hi,
I am trying to do the following but I have not really found a clean way to do it yet. Here is what I would like to perform.
The user will select many documents from within the Laserfiche Client or WebAccess. The user will launch a Business Process that will perform specific tasks to each document but at the end, will need to process them all at once and prepare a report.
In the above example where a user select multiple documents, actual Business Process behavior will be to launch as many WF in parallel for each and everyone documents that was selected and will run independently. The challenge will be to launch another single WF at the end where it will perform the remaining of the task which is to consolidate the info of the selected documents and prepare a report.
The ideal scenario (functionnality) would be:
Can there be a setting in the WF BP that will only get a list of EntryID that are selected and, when launching that BP, only one WF will be launched and all EntryID will be passed to that BP, then I can build my WF to iterate throughout the list of EntryID and do the work?
I thought of building a small Client module using the SDK and using the Client Integration function but this will only work with the Laserfiche Client and will not work for WebAccess.
I think it would be nice to have that feature available, unless it's already there and I have not seen it.