How to fix it

  1. Navigate to Workflow > Workflow Editor and open your workflow containing the approval activity.
  2. Double-click the approval activity to open its properties. Check the Approver field configuration.
  3. Verify the Approval type dropdown matches your intent: 'User' for individual approvers, 'Group' for group approvals, 'Manager' for manager approval chain.
  4. If using manager approval, navigate to User Administration > Users and find the requesting user's record.
  5. Verify the Manager field contains a valid user reference and that manager is active. If empty, populate it with the correct manager.
  6. For group approvals, go to User Administration > Groups and open the approval group specified in your workflow.
  7. Click the Group Members tab and verify the correct users are listed as members. Add or remove users as needed.
  8. Return to the workflow approval activity and check the Condition field. Ensure the condition logic evaluates to true for when you want approvals created.
  9. If using role-based approval, navigate to User Administration > Roles and open the role specified in your approval activity.
  10. Review the Users with this role related list to confirm the expected approvers have this role assigned.
  11. Save any changes and republish the workflow by clicking Publish in the workflow editor.
  12. Test by creating a new record that should trigger the approval workflow.
💡

Check System Logs > Workflow to see workflow execution details and any errors. Look for your workflow context record to verify it's running and creating approvals as expected.