Use case:
We are using an offer process/workflow, where we fill in the costs in a table - e.g. columns "descripition, quantity, price per unit, total price."
In case the offer is accepted and we'll need a change request of the costs we need a two separate process steps. The first step will start the change request, opening two additional columns in the table - "quantity for change request, total price for change request". This can be done for every existing row in the table.
In the next workflow step the change request will be send to the customer and process is waiting for the order of the customer.
So far so good... Now to the question:
In case the customer did not accept the change request, there is a process step back to regular process. In this step back it is necessary to delete all the data for the change request, especially the "quantitiy for change request". Is there a way to delete these entries in the table? I cannot find any action to do that. Is there any other solution?
Thanks in advance...