API Reference Mozart v1.0.1

Modules

This module implements a BPM Domain Specific Language (DSL) framework. To use, insert use Mozart.BpmProcess into your modules.

A ProcessEngine is dynamically spawned for the purpose of executing a top level process model defined by defprocess function (macro) call. Subprocess tasks do not result in the spawning of a new ProcessEngine instance. Instead, subprocess tasks are handled by pushing an execution frame upon the execution frame stack.

This modeule provides a set of services for working with BPM processes.