Requested item (RITM) gets closed completed after rejecting approval where it should be in fulfillment stateIssue There is a requirement where the stage is set as 'fulfillment' and state as 'in progress' after approval is rejected, but it is setting stage as 'request cancelled' and state as 'closed incomplete' after approval is rejected. The parent workflow is getting canceled after the sub workflow is completed Steps to reproduce: 1. Please use any RITM and close the task of RITM so that RITM get fulfilled.2. Impersonate with requested for user and on portal in 'survey' tab and click on 'Accept' button.3. Click on 'Bad' smiley and submit feedback.4. New RITM will get created under CAPA item.5. Go to the task of that CAPA RITM and impersonate with 'Assigned to'6. Fill the Corrective action and Preventive action and then click on 'Send For Approval' button.7. Approval will get triggered.8. Reject the approval from Portal.9. And then check activities of CAPA RITMCauseWhen the sub workflow is being completed and the state is being set to fulfillment where there is a custom business rule which is triggering and changing the state of request to closed which in return is closing the ritm As the state of ritm is set to closed complete and stage to request canceled the workflow is canceling before the subflow output is passed to the main flow ResolutionDeactivating the custom business rule or changing the condition and order of execution of that business rule will resolve the issue Error in workflow context: Subflow to parent flow signaling failed. Subflow (SB) - CAPA Reopen(a0b94fa9dbc59010ffe7f0eb0c961951) could not find the executing activity that started it in parent flow(91f88b69dbc59010ffe7f0eb0c961960) This error has occurred because the sub-workflow is about to pass the output to the parent workflow but this custom business rule has triggered and update the same fieldsRelated LinksCheck if there are any custom slow business rules and the scripts which are causing the issue If the stage is set to request cancelled and in the workflow log is shown as signal failing to parent flow, do check for the custom scripts running at that point of time