Content integration batch table
Summarize
Summary of Content Integration Batch Table
The content integration batch table is accessible within the GRC: Policy and Compliance integrator application UI. It allows users with thesncompliance.adminrole to view batch records, create library import tasks, and facilitate the import of third-party content data into the Policy and Compliance Management application. Compliance managers then review these tasks to complete the import process.
Show less
Key Features
- Batch Record Details: Each batch record includes a unique record number, content provider, batch state (e.g., New, Ready, In Progress), domain, and content type (e.g., Compliance).
- Compliance Staging Processor Flow: This background flow runs weekly to process batches with state "Ready" and content type "Compliance." It creates library import tasks automatically and updates batch statuses accordingly. The flow settings, such as start time, can be customized.
- REST APIs: Internal REST APIs enable creation and management of batch records and policy staging records, including:
- Create batch
- Insert policy staging records
- Update batch status to Ready
- Get batch details
- Cancel batch
- Processing Workflow: After updating a batch status to Ready via API, the Compliance staging processor flow imports records, creates a library import task, and changes the batch status to In Progress. If the provider is not found, the task status changes to Provider onboarding, creating a provider import task to handle onboarding.
- Staging Recommendations: Generated for each record during import, these recommendations assist in evaluating the staged content before final import.
- Task Assignment: Users with the sncompliance.admin role can assign library import tasks to the compliance managers assignment group for review and approval.
Practical Benefits for ServiceNow Customers
- Enables streamlined integration and import of third-party compliance content into your Policy and Compliance Management application.
- Automates batch processing and task creation, reducing manual effort and improving data accuracy.
- Provides API access for flexible and automated content integration workflows.
- Facilitates clear task management and assignment to ensure compliance data is reviewed and imported efficiently.
- Supports provider onboarding processes to handle new content sources effectively.
You can access the batch records in the content integration batch table that is displayed in the GRC: Policy and Compliance integrator application UI. By accessing these records, you can import the data into the Policy and Compliance Management application.
Overview of the content integration batch table
As a user with the sn_compliance.admin role, you can access the batch records in the content integration batch table and create a library import task for each record. The compliance managers assignment group reviews the library import task and imports the staging records into the Policy and Compliance Management tables.
Details of the content integration batch table
- Number of the content integration batch record. In the example, CIB0001006 is the record number.
- Provider of the content integration batch. In the example, Thomson Reuters is the provider.
- State of the content integration batch. In the example, the state is New.
- Domain of the content integration batch. In the example, the domain is Global.
- Content type of the content integration batch. In the example, the type is Compliance.
To learn how you can use the user roles to access the APIs and batch records, see User roles for the integration process.
Using the Compliance staging processor flow
Using the REST APIs
- Create batch
- Insert policy staging records
- Update batch status to ready
- Get batch
- Cancel batch
Processing the batch records
- The Update batch status to ready API updates the content integration batch status to Ready as shown in the figure.
Figure 5. Batch status Ready in the content integration batch - The Compliance staging processor flow picks up the content integration batch and its records. When the Update batch status to Ready API sets the content integration batch status to Ready, the Compliance staging processor flow acknowledges the content integration batch.
When the state of the content integration batch is updated to Ready, the Compliance staging processor flow starts importing the records from staging to the GRC: Policy and Compliance integrator application.
The system automatically creates a library import task to track the import process.
- When the library import task is created, the Compliance staging processor flow automatically updates the batch status to In progress.
- When the library import task is created and the provider that is mentioned in the content integration batch is not found, the state of the task is updated to Provider onboarding. A provider import task is created in the content onboarding task related list of the library import task.
- As the library import task is created, the staging recommendations for each record are
generated for the content integration batch as shown in the following example.
Figure 6. Staging recommendations
The library import task is used to import the staging records in the Policy and Compliance Management tables. The library import task and staging recommendations for each record are displayed for the content integration batch table in the GRC: Policy and Compliance integrator module. A user with the sn_compliance.admin role can assign the library import task to the compliance managers assignment group. To learn how to assign a library import task, see Assign a library import task for compliance approval.