Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

architect-async-and-events

النجوم٣
التفرعات٠
آخر تحديث١٧ يونيو ٢٠٢٦ في ٠٢:٠٢

Answers Salesforce architect async + event-driven topology questions that v2.8 surfaces beyond the v1.5 integration tier. Triggers: "who subscribes to CDC events on Account", "what change-data-capture subscribers do we have", "what's the async chain depth from this Queueable", "show me every scheduled job", "what outbound messages does this org send", "give me every endpoint URL in one place". Drives the v2.8 cascade: `cdc_subscribers` (Change Data Capture subscribers via name-pattern detection), `async_chain_depth` (transitive `dispatchesAsync` walk; chainAsync NOT persisted), `scheduled_job_catalog` (cron-driven jobs from `System.schedule` detection), `outbound_message_catalog` (the new v2.8 OutboundMessage ComponentType promoted from WorkflowRule dangling refs), `endpoint_catalog` (unified URL view across REST exposes / OutboundMessage / ExternalDataSource / NamedCredential). Discloses v2.8 boundaries verbatim: URL-not-validated, name-pattern detection for CDC, depth-cap of 10, Tooling API gap for actual c

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly