I have a workflow that is used to route each line item of a document for approval before posting. The subroutine is executed for each line item and routes the line items to two different approvers. There is a flag that is being set to identify whether the line item was approved or rejected. If ANY line items is rejected at any point in the subworkflow, the remaining steps for the remaining line items are logically deleted and processing is returned to the main workflow.
In the subworkflow, I can see the container element is set to "N" as desired, but when the processing is returned to the main workflow, the element is empty.
I've seen many other discussions about this similar issue but have not been able to resolve based on comments from those discussions.
Can some direct me as to how to transfer this element?