Astute Workflow primitive

Astute Workflow is the first primitive package: workflow repositories, rules, tasks, SLAs, queues, policies, runtime contracts, and deployment manifests.

Workflow repository
Separate repositories own reusable flows, base packages, overlays, rules, task contracts, extensions, simulations, and deployment manifests.
LifecycleBase workflowCountry extensionBusiness-unit overlay
ArtifactsTyped definitionsValidation reportSimulation report
ControlsReviewable diffsPull requestsApproved deployment
SDK authoring
Developers and agents use the SDK to defineWorkflow, extendWorkflow, humanTask, agentTask, rule, sla, queue, policy, simulate, and validate.
LifecycleAuthorValidatePackage
ArtifactsResolved snapshotTask contractsRule IR
ControlsTyped configRepo testsCompiler checks
Deployable package
The compiled workflow package is the runtime artifact. It carries the fully resolved snapshot so live cases do not change when source code moves on.
LifecycleCandidateApprovedDeployed
ArtifactsWorkflow versionQueuesSLAs
ControlsChecksum manifestAudit metadataVersion pinning
Layered rulesets without runtime drift
Business units extend base workflows through code/package inheritance. The deployed artifact stores the resolved snapshot used by each case, so production behavior stays pinned to the approved version.
Part of the primitive package family
The Workflow package can run alone, or alongside Astute Issues, Context Engine, Astute Cloud, and customer-built surfaces that integrate through the SDK and APIs.