- Create a workflow model with like root Root element
	- Create a "Unit of Work" kind.
		- Allocate it a name, a description and a type.
		- Create a "Workflow parameter" kind.
			- Allocate it a name, a description and a type.
			- Create a "Parameter Value Strategy" kind.
	- Create a "Workflow Engine" kind.
		- Allocate it the previously "Unit of Work".
		- Create a "Workflow Context" kind.
			- Create a "ParameterMap" kind.
				- Allocate it the previously "Workflow parameter".

- Load a "ModiscoWork" resource in the workflow model

				- Allocate it previously "ModiscoWork" resource. 

