Hi all,
We have a workflow running where a certain activity is configured to wait for 2 inputs before it starts.
This is an error and it should be 1 input.
We already changed the process but for one workflow instance it's already sitting at that step, waiting for the 2nd input that will never arive.
Is there any way we can bypass this and tell the workflow to continue or somehow simulate the 2nd input manually?
Situation schema:

Activity D is configured to wait for both B & C but will always receive just one of the 2.