In my list view a user can add multiple items which can each start a separate workflow to retrieve further information. When the workflow is started the status is set to pending, once finished the status changes to completed. When all items have a status of Completed I want another workflow to start. Is there any way to achieve this?
Example, if one item contain pending and another completed, user should not be able to submit. If both items are completed then the user can submit but I only want one workflow to start and not one workflow per item.
Thanks.