Skip to content
Release: Australia · Updated: 2026-06-24 · Official documentation · View source

Flow execution details retention

Due to the large amount of data consumed by flow execution details, your instance uses data retention policies to delete this data after a set time period.

Generating flow execution details

By default, the system only generates execution details when you run a test. To generate flow execution details, see Activate flow reporting

Scheduled table cleanup

The system uses a standard table cleaner records to determine when to remove execution details. Each type of flow execution content is stored in its own table and has its own retention period. Once a record is older than its default retention period, it is deleted if it is in a completed state. To learn more about how to find and configure table cleaner records, see Table cleaner.

TableDescriptionDefault retention period
sys\_flow\_context

Parent table that stores all Workflow Studio context records and their associated process plans. Context records store the state and references to the data used to run a flow or action. See the child tables for context records in specific states.

Warning: This table doesn't support running custom business rules. Trying to gather state information from this table may cause performance issues or unexpected flow errors.

  • 2 weeks for completed flows
  • 6 weeks for flows in the error or cancelled state

Warning: Deactivating or increasing the retention period of Flow Context records can negatively impact instance performance. Retaining more flow contexts can impact flow performance and the ability to use new flow features.

sys\_flow\_context\_chunk

Child table that stores context records and runtime data for currently running flows and actions. This table replaces the sys_json_chunk table as the location to store data for active context records. A running flow or action can be in one of these states.- Continue Sync - In Progress - Queued - Waiting

Danger

Do not change or delete data in this table. Workflow Studio uses this table for flows and actions that are in an active state.

The system removes these records when the flow stops running and creates an entry in the sys\_flow\_context\_chunk\_archive table.
sys\_flow\_context\_chunk\_archive

Child table that stores context records and runtime data for flows and actions that have stopped running. This table replaces the sys_json_chunk table as the location to store data for inactive context records. A stopped flow or action can be in one of these states.- Cancelled - Complete - Error

Note: Workflow Studio uses this table for flows and actions that are in an inactive state.

Removed when the associated sys\_flow\_context record is removed.- 2 weeks for completed flows - 6 weeks for flows in the error or cancelled state
sys\_flow\_report\_docParent table that stores references to Workflow Studio context records that have execution detail reporting data available. See the child tables for the execution details of flows and actions in specific states.The system removes these records when it removes the parent context record from sys\_flow\_context.
sys\_flow\_report\_doc\_chunk

Child table that stores the reporting data and execution details for currently running flows and actions. A running flow or action can be in one of these states.- Continue Sync - In Progress - Queued - Waiting

Danger

Do not change or delete data in this table. Workflow Studio uses this table for flows and actions that are in an active state.

The system removes these records when the flow stops running and creates an entry in the sys\_flow\_report\_doc\_chunk\_archive table.
sys\_flow\_report\_doc\_chunk\_archive

Child table that stores the reporting data and execution details for flows and actions that have stopped running. A stopped flow or action can be in one of these states.- Cancelled - Complete - Error

Note: This table replaces the sys_json_chunk table as the location to store reporting data for inactive execution details.

The system removes these records when it removes the parent context record from sys\_flow\_context\_chunk\_archive.- 2 weeks for completed flows - 6 weeks for flows in the error or cancelled state
sys\_json\_chunk

Table that stores compiled process plans for future, running, and completed flows and actions created prior to the San Diego release.Danger

Do not change or delete data in this table. Workflow Studio uses this table for flows and actions that are in an active state.

The system removed these records when it removed the parent record.
sys\_flow\_logTable that stores replicated log entries from the Log \[syslog\] table. Enables users to correlate logs with flow contexts.The system removes these records in 28 days when the table is rotated or when it removes the context record, whichever comes first. The table rotation on sys\_flow\_log is configurable. For more information, see Table rotation.
sys\_flow\_plan\_context\_bindingTable that stores a unique identifier for each context record and the trigger that started it. Whenever a triggering event occurs, the system calculates the unique identifier and compares it to a sys_flow_plan_context_binding record. If the calculated unique identifier matches an existing sys_flow_plan_context_binding record, then the triggered flow is not started.Note: This unique identifier is used to determine when to run flows with either the "run once" or "for each unique change" conditions.The system removes these records 12 months after creation.Important: The system may rerun flows whose unique identifier was removed by the retention policy. For example, if the trigger conditions of a "run once" flow are met, and the sys_flow_plan_context_binding record was removed, then a new unique identifier is created and the flow runs.

Unavailable flow data

A message displays at the top of the flow report to indicate that action reports are not available for a flow because of table cleanup. The Show Action Details link and Action states are not available in this case. A similar message is shown to indicate when reporting for a flow has been deactivated. In this case, a link to the report settings also displays.

Image omitted: flow-execution-cleanup-notification.png
Flow execution details page displaying the data retention notification, The action details for this flow have been removed according to the report retention policy.

Recovery options

Contact Customer Service and Support to restore data from an instance backup.

To know the period until which a data recovery request is accepted, see the Instance Backup and Recovery [KB0547654] article in the Now Support Knowledge Base.

Parent Topic:Flow administration