First identify where the process stopped
Before changing the automation, check how far the event progressed. This helps you focus on the relevant settings.1. Confirm that HireData received the event
Every event-based automation starts with information received from a connected app. If the expected event is not in HireData, the automation has nothing to process.- Select Events in the main navigation.
- Search for the candidate, contact, or event you expected to start the automation.
- Open the event.
- Check the Data tab to confirm that the expected fields and values are present.
- Use the code view (
</>) when you need to inspect the raw JSON or confirm an exact field name.
2. Check whether the automation is active
An inactive automation does not create new runs when matching events arrive. Open the automation and look at the action in the upper-right corner:- Pause means the automation is currently active.
- Activate means the automation is currently inactive. Select Activate when you are ready for new events to enter it.
Activating an automation does not automatically process events that arrived while it was inactive. After checking the rest of the configuration, you can carefully replay an earlier event.
3. Compare the event with the Start configuration
If the event exists but no run was created, compare the event with the automation’s Start block. The app, trigger, and conditions must match the incoming event. Check for:- A different app or object from the one that produced the event
- A different trigger, such as Created instead of Updated
- A required field that is missing from the event
- A field value that does not satisfy one of the Start conditions
- A field whose name, type, or format changed in the source app
4. Inspect the run and its steps
If a run exists, the automation did start. The run timeline shows how the event moved through the automation and where it stopped.- Select Runs in the main navigation.
- Find the relevant run and select its row.
- Select the step that stopped, failed, or was cancelled.
- Review the step’s Overview, Fields, and Related tabs.
5. Test the correction
Once you have found and corrected the cause, test the automation again. A new event is the safest option because it creates a fresh run without repeating actions from the earlier one. If creating a new event is not practical, you can replay the original event:- Return to the event.
- Open its Runs tab and review what already completed.
- Select Replay.
- Open the new run and confirm that it follows the expected path.
Need more help?
If the automation still does not run as expected, contact support@hiredata.com. Include:- A link or the ID of the event
- The automation name
- The run ID, if one was created
- The result you expected
- The step or condition where the process appears to stop
- The exact cancellation or error message, if one appears