The structure of the definition files for the Aloaha Workflow Engine is pretty simply. Basically the definition files are in .ini format. Every section of the file represents a function block of the workflow. Furthermore every .ini file has to start with a general section defining the starting block.

Following some of the function blocks supported:

Please do not hesitate to send us ideas for additional command blocks!

Sample definition file to set two global workflow properties:

[General]
Nextblock=firstblock

[firstblock]
Type=set
OOP=0
ValueName=TrueValue
Value=True
Nextblock=secondblock

[secondblock]
Type=set
OOP=0
ValueName=MessageString
Value=Hello World