Welcome to the
WalkMe Help Center
Please log in to continue
Please log in to continue
Onboarding tasks aren't getting crossed off in the menu when users complete them.
An onboarding task can be either incomplete or complete.
An incomplete task appears clear with a minus icon, indicating the user still needs to complete it. A completed task shows a checkmark and can appear in one of two states depending on your settings:

Work through the checks below to find the cause.
If a task is greyed out but not struck through, the strike-out setting may be turned off.

Without a unique user identifier, onboarding tasks can't track each user's activity individually. Use a stable identifier like a cookie, variable, or jQuery selector.
To verify user tracking is working correctly, log in to the environment where tasks aren't crossing off, complete a task, then open the browser console and run:
_walkMe.getEndUserGuid()
If the result doesn't match what you'd expect, there's an issue with the user tracking method. Contact Support for further help.
If a task isn't completing, there may be an issue with the Smart Walk-Thru connected to it. Verify the Smart Walk-Thru is working correctly using the Flow Tracker.
Steps with branches or "Connect to" steps won't mark as complete using the Smart Walk-Thru completed goal. If your Smart Walk-Thru has either of these, change the task completion setting to By a Goal and set the goal to trigger on the step just before the branch or "Connect to" step.
To change the completion type:

Alternatively, add a WalkMe Data step before the "Connect to" step and create a goal based on the existence of that data. Contact Support for help setting this up.
If the task is set to complete by a goal, check the goal rules:
Try to complete the goal rules manually — do they evaluate as true in the Rule Engine?