Since SBPA does not support mass cancellation of expired/uncompleted workflow instances
I was planning to create a small CAP application with a simple unbound action to clean up some WF instance (change status to cancel)
Scheduling the unbound action with SAP Job Scheduler Service and using the SBPA workflow REST API with SAP Cloud SDK to fetch pending workflow instance (older the x days) and cancel them
Would this plugin be suitable for this kind of administration task? I can see you don't have options to fetch workflow instance by criteria (like creation date for exemple), only by business key
thanks
Since SBPA does not support mass cancellation of expired/uncompleted workflow instances
I was planning to create a small CAP application with a simple unbound action to clean up some WF instance (change status to cancel)
Scheduling the unbound action with SAP Job Scheduler Service and using the SBPA workflow REST API with SAP Cloud SDK to fetch pending workflow instance (older the x days) and cancel them
Would this plugin be suitable for this kind of administration task? I can see you don't have options to fetch workflow instance by criteria (like creation date for exemple), only by business key
thanks