- Track Neo’s Actions: See a comprehensive log of everything Neo has done, especially in relation to specific tickets or other PSA entities
- Monitor Workflow Executions: View all instances of a particular workflow running, see its status, duration, and output messages or errors
- Understand Workflow Triggering: Investigate why a workflow was (or was not) triggered in response to an entity being created or updated in your PSA. The “Message/Error” column for “Entity Created” or “Entity Updated” events provides insights into how Neo evaluated the changes against your workflow conditions
- Debug and Verify: Troubleshoot issues with automations by examining the sequence of events and the details of each execution or entity processing step
- Audit Changes: See when and how PSA entities were processed by Neo

Event Types
Event History categorizes activities into distinct types:Workflow Execution
This event type logs the execution of one of your configured workflows. It shows the outcome of the workflow (e.g., Success, Failure, Skipped) and provides access to its output message or any errors encountered. Key information includes:- The specific workflow that ran
- The ticket or entity it processed
- Status, start time, and duration
- A detailed message, often including diagnoses, summaries, or actions taken

Other Event Types
There are other types of events you should be aware of:- Entity Created: When a new entity (i.e ticket, project etc.) is created in the PSA.
- Entity Updated: When an existing entity in your PSA is modified
- Workflow Trigger Requested: When a Neo workflow wants to trigger another workflow.

You will then be able to clearly see the exact reason why a workflow kicked off or did not.
Filtering Events
Use filters to quickly find the events you care about:- Search: Type keywords to search through event messages.
- Event Type: Filter by what happened, such as a workflow running or a ticket being created or updated.
- Status: See events that succeeded, failed, were skipped, or are still running.
- Workflow ID: Show events related to a specific workflow.
- Ticket ID: Find events linked to a specific ticket or PSA ID.
- Started Before: View events that happened before a chosen date and time.
- Timezone: Switch between UTC and your local time.
Understanding the Columns
The Event History table displays the following columns:Run ID
A unique identifier for the event.- For
Workflow Executionevents, this is the Temporal Run ID - For
Entity Created/Entity Updatedevents, this is the Callback ID
Event Type
Indicates the type of event:Workflow ExecutionEntity CreatedEntity UpdatedWorkflow Trigger Requested
Workflow
ForWorkflow Execution events, this column shows the Name and ID of the workflow that was executed.
Ticket
Displays the Ticket Number and/or internal ID of the PSA entity associated with the event. (Note: While labeled “Ticket”, this can apply to other entities like Projects or Opportunities if they trigger workflows).Status
The outcome or current state of the event processing:- SUCCESS: The workflow executed successfully, or the entity event was processed successfully (and may have triggered workflows)
- FAILURE: The workflow encountered an error during execution, or Neo failed to process the entity event
- SKIPPED: The workflow was intentionally skipped (e.g., conditions not met, “Run only once” constraint, or scheduling restrictions). For entity events, it might mean the callback was superseded by a more recent one or did not match any workflow triggers
- RUNNING: The workflow is currently in progress, or Neo is actively processing the entity event
Started At (UTC)
The timestamp (in UTC by default, but can be adjusted with the timezone selector) when the event began.- For
Workflow Executionevents, this is when the workflow execution started - For
Entity Created/Entity Updatedevents, this is typically thecreated_in_psa_attimestamp, meaning when the change actually occurred in your PSA
Duration
ForWorkflow Execution events, this shows how long the workflow took to complete.
Triggered Workflows
ForEntity Created / Entity Updated events, this column lists the IDs of any workflows that were started as a result of this entity event.
Processed Updates
ForEntity Created / Entity Updated events, clicking the icon in this column opens a modal displaying the Processed Audit Trail. These are the specific changes from your PSA’s audit trail that Neo analyzed to determine if any workflow trigger conditions were met.
Message/Error
Provides a summary or detailed information about the event: Workflow Execution events only: This column shows the primary output message from the workflow (such as a diagnosis, summary, or confirmation of actions taken), or an error message if the workflow failed.Note: Message/Error is currently populated only for Workflow Execution events. Entity Created and Entity Updated events do not display messages in this column.
Use Event History to validate that your workflows are triggering correctly and producing the expected results. The detailed logs help you fine-tune filters and troubleshoot issues.
