Change Request Workflow Stuck when approvals moved to "No Longer Required"Issue The approval user activity is not moving further when the approvals are changed to the "No longer required" state from the workflow approval action activity.CauseApproval user activity is not configured with "No Longer Required" output.ResolutionAdd one more condition to the approval user activity in the workflow for the "No Longer Required" result which it will make the activity move further whenever the approvals state moved to "No Longer Required". If the workflow is still stuck at the same activity then updating the parent record will make it move further as configured.orAdd Set Values activity next to Approval Action to add the work notes on the parent record which will again broadcast the events to workflow to move further based on the current state of approvalsorConfigure an after-update business rule on the approval table to update the parent record based on the approval action which will make the workflow move further.