Incident task table vs Domain Separated Instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 05:40 AM
Dear Community,
I got a rather straight forward question. Having in mind the data domain separated instance, are there any issues with incident_task table usage in such an environment ? I mean I got it that all incidents opened in a certain domain are going to reside in that domain and it's matter of the Domain Design to address the visibility of these tickets, but are there any other constraints that would call against using incident_task table and use task table instead?
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 02:58 AM - edited 10-24-2024 03:12 AM
@PiotrI wrote:Dear Community,
I got a rather straight forward question. Having in mind the data domain separated instance, are there any issues with incident_task table usage in such an environment ? I mean I got it that all incidents opened in a certain domain are going to reside in that domain and it's matter of the Domain Design to address the visibility of these tickets, but are there any other constraints that would call against using incident_task table and use task table instead?
Hey Piotrl!
It comes with certain considerations that may influence its suitability depending on your specific requirements. While incidents and their related tasks will generally adhere to the domain they were created in, ensuring proper visibility across domains is critical.
The incident_task table is purpose-built for incident management, and as such, may have more restrictive access rules in a domain-separated environment compared to the broader task table. If your tasks need to extend beyond incidents or require collaboration across multiple domains, using the more general task table might offer better flexibility and reporting consistency.
Additionally, domain inheritance rules need to be managed carefully to avoid unintended restrictions when using the incident_task table. Therefore, if there is a need for cross-domain functionality or more generalized task handling, using the task table might be preferable to avoid potential limitations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 03:34 AM
Hey!
That's what I thought. I wanted to crosscheck if there are any constraints to be honest. I'm not a huge fan of domain separation at all, got to check the exact requirements first 🙂
Thanks for the answer !