Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-async-job
Asynchronous execution infrastructure including Apex jobs, background operations, batch processing, cron scheduling, and queue management for long-running tasks.
Published package · Latest published 1.0.1 Mar 4, 2026 · 13 datasets / 15 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
13 datasets15 measures · 126 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-async-job
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-async-job")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-async-job",
datasets=["AsyncApexJob", "AsyncOpSyndicationFeedFile"],
max_tokens=2000,
)
print(model.datasets) # ["AsyncApexJob", "AsyncOpSyndicationFeedFile", "AsyncOperationLog"]
print(model.measures) # [Measure(name="AsyncApexJob.JobItemsProcessed", ...), Measure(name="AsyncApexJob.LastProcessedOffset", ...), Measure(name="AsyncApexJob.NumberOfErrors", ...)]
print(model.dimensions) # [Dimension(name="ApexClassId", ...), Dimension(name="CompletedDate", ...), Dimension(name="CronTriggerId", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-async-job
Asynchronous execution infrastructure including Apex jobs, background operations, batch processing, cron scheduling, and queue management for long-running tasks.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 13 |
| Dimensions | 126 |
| Measures | 15 |
| Relationships | 2 |
Objects
- AsyncApexJob — Represents an individual Apex sharing recalculation job, a batch Apex job, a method with the future annotation, or a job that implements Queueable or Schedulable. Use this object to query Apex batch jobs in your organization.
- AsyncOpSyndicationFeedFile — Represents the sync status of file-related information shared with external channels such as Facebook and Instagram.
- AsyncOperationLog — Represents an async operations log containing progress and status information about external synchronizations to the Omnichannel Inventory service.
- AsyncOperationStatus — Async Operation Status - AsyncOperationStatus
- AsyncOperationTracker — Represents the status of an asynchronous request initiated from the Quote, Order, and CreditMemo entities.
- Asynchronous Report Run Event Type — Asynchronous Report Run events are created for reporting requests that are scheduled. This category includes dashboard refreshes, asynchronous reports, schedule reports, and analytics snapshots.
- BackgroundOperation — Represents a background operation in an asynchronous job queue.
- BackgroundOperationResult — Stores error messages generated when or importing data into big objects using Bulk API.
- BatchApexErrorEvent — The documentation has moved to BatchApexErrorEvent in the Platform Events Developer Guide.
- CronJobDetail — Contains details about the associated scheduled job, such as the job’s name and type.
- CronTrigger — Contains schedule information for a scheduled job. CronTrigger is similar to a cron job on UNIX systems. This object is available in API version 17.0 and later.
- FlexQueueItem — Represents an asynchronous Apex job in the Apex flex queue. Provides information about the job type and flex queue position of the AsyncApexJob.
- Queued Execution Event Type — Queued Execution events contain details about queued executions—for example, batch Apex.
Install
rawctx snapshot-download @pasar6987/sf-core-async-job
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
