Jump to: navigation, search

Changes


Workflow

477 bytes added, 07:33, 24 July 2013
===Use workflows for...===
* business logic
* dynamic tasks with ever changing parameters, * tasks where traceability is an issue
* potentially long running tasks that will require persistence
 
==Implementation in {{UBIK}}==
{{UBIK}} uses a dedicated class type for managing workflows, the [[WORKFLOW|System MetaClass Workflow]]. Each [[Instance|instance]] of this MetaClass represents a distinct workflow and holds the actual definition of the workflow as serialized [http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language XAML] code.
Unlike coded customizing, workflows are not compiled when deploying a new {{UBIK}} customizing version, but are always interpreted at runtime.
==See also==