Getting started
The following documentation describes the most important technical concepts and fundamentals of the
IX Open Source Workflow API.
A special feature of the IX Workflow Architecture is its simple structure. This allows easy implementation of own workflow systems. The architecture of the individual interfaces was chosen to avoid special requirements to the environment. This allows fast implementation of workflow systems on different platforms.
As can be seen in the class diagram, essentially only interfaces are described whose implementation can be matched to the individual environment. Only the WorkflowKernel is implemented. The kernel is the actual WorkflowEngine that monitors and controls the interaction of the components. Below, you will find a detailed description of the individual components and their intended use. However, the documentation does not include fully detailed information. Please refer to the
Java documentation as well as the source code.
read additional informations: