I'm trying to make a conditional workflow that will remove duplicate transactions from a ledger log if detected, and add in an updated entry from a source document. I know there is a way to do this, and I even know how to sever connections between Bridge states, but I cannot find any documentation describing how to create the link in the first place.
In this example, I want to run the "DeleteDupes" workflow to remove the duplicates, and then add the corrected item back in using the NewUnitTransaction section of the workflow. How do I draw the line from the DeleteDupes child workflow to connect it to the NewUnitTransaction state?