@atlas-engine/core_domain.contractsdeprecated

The contracts for the AtlasEngine's core domain.

Usage no npm install needed!

<script type="module">
  import atlasEngineCoreDomainContracts from 'https://cdn.skypack.dev/@atlas-engine/core_domain.contracts';
</script>

README

Core Contracts

This project contains the contracts used for interacting with the AtlasEngine's core domain.

Categories

The contracts are grouped into the following categories:

  • engine: Contains interfaces for services and handlers that manage the execution of ProcessModels
  • messages: Contains definitions for internal messages used for communication with the EventAggregator
  • storage: Contains interfaces for services and repositories used for accessing the persistence layer
  • types: Contains definitions for commonly used types, such as ProcessToken or FlowNodeInstance