commit 3e2b811a3d90f443b4b31e9f57a5b4408d03d80e Author: Clelia (Astra) Bertelli Date: Thu Jul 3 12:08:25 2025 +0200 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e607404 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) Jerry Liu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..aff7f51 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Workflows Observability Support + +These are data intended to support the [workflows observability notebook](#) \ No newline at end of file diff --git a/data/emails/general.txt b/data/emails/general.txt new file mode 100644 index 0000000..66e8cbb --- /dev/null +++ b/data/emails/general.txt @@ -0,0 +1,21 @@ +From: j.marino84@gmail.com +To: support@yourbestsoftware.com +Subject: Request for General Assistance with Your Best Software Account and Features + +Dear Support Team, + +I’m a fairly new user of Your Best Software and I was hoping to get some help understanding a few things related to my account and general use of the platform. + +I’m not encountering a specific error, but I’ve run into some confusion around how certain features are meant to work. In particular, I’d appreciate some guidance on: + +- Navigating between different areas of the dashboard (some settings and tools seem to be nested in ways I can’t always find easily) +- Understanding which features are included in my current subscription level +- General best practices for setting up my workspace to get the most out of the platform + +Any documentation, tips, or pointers to the right support resources would be very helpful. If there's someone I can speak with directly or a walkthrough available, that would be even better. + +Thanks in advance for your help! + +Best regards, +Jamie Marino +j.marino84@gmail.com \ No newline at end of file diff --git a/data/emails/sales.txt b/data/emails/sales.txt new file mode 100644 index 0000000..3a81c9f --- /dev/null +++ b/data/emails/sales.txt @@ -0,0 +1,26 @@ +From: margot.beltran@northwaveventures.com +To: support@yourbestsoftware.com +Subject: Request for Detailed Pricing, Licensing, and Integration Scope for Enterprise Evaluation + +Dear Sales Team, + +I’m reaching out on behalf of Northwave Ventures, where we’re currently evaluating Your Best Software (YBS) for deployment across our analytics, data governance, and workflow orchestration teams. + +To move forward with our internal review, we would appreciate your help clarifying the following items: + +1. Detailed breakdown of enterprise pricing tiers — including any differences between per-seat, per-instance, and usage-based licensing models. +2. Clarification on what’s included in the “Advanced Automation Suite” mentioned on your Solutions page. Specifically, we’re interested in whether multi-layered rule chaining, conditional triggers, and external API actions are covered under standard pricing. +3. Guidance on available onboarding packages and professional services — such as deployment acceleration, custom workflow migration, and integration advisory. +4. List of integrations currently supported out-of-the-box, especially those relevant to our stack (e.g., Databricks, Snowflake, Azure Data Factory, and ServiceNow). +5. Confirmation on whether your current SLA guarantees uptime at or above 99.9%, and whether support tiers (Standard vs. Premier) differ in responsiveness for critical escalations. + +We are aiming to finalize our shortlist by the end of next week, so a prompt response would be greatly appreciated. We’re especially interested in any pricing flexibility for teams over 100 users and scenarios with hybrid cloud/on-prem deployments. + +Thank you in advance for your assistance, and I look forward to your reply. + +Best regards, +Margot Beltran +Director of Platform Strategy +Northwave Ventures +margot.beltran@northwaveventures.com +(312) 555-7814 \ No newline at end of file diff --git a/data/emails/technical.txt b/data/emails/technical.txt new file mode 100644 index 0000000..c14a6f5 --- /dev/null +++ b/data/emails/technical.txt @@ -0,0 +1,28 @@ +From: claude.tanaka@gmail.com +To: support@yourbestsoftware.com +Subject: Critical Integration Issue with Multi-Instance Deployment and API Timeout Handling + +Dear Support Team, + +I hope you're doing well. + +I’m currently deploying Your Best Software (YBS) in a multi-instance environment across three regional data centers, and I’ve run into several complex technical issues that require urgent attention: + +1. API Timeout Failures During Load Balancing + Under high traffic conditions, the YBS API intermittently exceeds the 15-second timeout threshold, resulting in repeated 504 Gateway Timeout errors. System resources appear stable, so I suspect internal queuing or asynchronous batch processing may be contributing to the delay. + +2. Data Sync Conflicts Between Instances + We’ve configured metadata replication across zones using the built-in sync engine. However, simultaneous write operations are causing inconsistent overwrites. The expected priority-based merge logic seems to be ignored, and instead, we’re seeing last-write-wins behavior. + +3. Intermittent Webhook Failures + Webhooks for object state changes are not consistently firing. Approximately 20% of expected notifications never reach downstream services, and there is no indication of retries after transient HTTP errors (e.g., 503). Can you clarify whether automatic retries are built in, or if additional queue management is necessary? + +These issues are blocking critical integration milestones for an upcoming production launch. I’d greatly appreciate any guidance or configuration changes you can recommend to resolve them. + +Looking forward to your assistance. + +Best regards, +Claude Tanaka +Lead Systems Architect +claude.tanaka@gmail.com +(415) 555-9238 \ No newline at end of file diff --git a/data/support/yourbestsoftware_general.pdf b/data/support/yourbestsoftware_general.pdf new file mode 100644 index 0000000..9dbbc84 Binary files /dev/null and b/data/support/yourbestsoftware_general.pdf differ diff --git a/data/support/yourbestsoftware_sales.pdf b/data/support/yourbestsoftware_sales.pdf new file mode 100644 index 0000000..86be66d Binary files /dev/null and b/data/support/yourbestsoftware_sales.pdf differ diff --git a/data/support/yourbestsoftware_technical.pdf b/data/support/yourbestsoftware_technical.pdf new file mode 100644 index 0000000..c1d2383 Binary files /dev/null and b/data/support/yourbestsoftware_technical.pdf differ