Namespace DCR.Workflow
Classes
- DataLoadException
Exception thrown when data imported into a DCR model is in an incorrect or unexpected formatg
- Model
DCR Model
- Request
Request to execute an event, specified in one of several different ways.
- Runtime
DCR Workflow Runtime
- RuntimeOptions
Options for DCR Runtime. The properties are usually set in
appsettings.json
underDCR:Runtime
.
- RuntimeScheduler
Should only be used as a singleton. This class requires to have IRuntimeResolver and IModelStore implemented and provided as a services. It also implies that Runtime should have PersistUpdates set to true
Interfaces
- ICasePersistor
Read and write a fixed case to persistent storage
- IRuntimeContextService
Generic service providing context and secrets to the DCR Runtime