New feature for shared workflow definitions: define workflow specific methods
Workflows support since a long time "object-specific" code, w…
Show more
New feature for shared workflow definitions: define workflow specific methodsWorkflows support since a long time "object-specific" code, which is codeto be executed, when a workflow instance is initialized. Now, in symmetryto this, one can define "wf-specific" code (e.g. registering methods tobe called directly on the workflow object.Similar to the call of ":object-specific {...some code...}", one defineadditionally ":wf-specific {...some code...}". This comes handywhen e.g. definiing methods directly executed on workflowss, such as e.g.".../someworkflow.wf?m=summary".The methods are defined on the WorkflowContainer class, which is only availableon for shared workflows.
Show less