EnsLib.Background.Workflow.Operation

class EnsLib.Background.Workflow.Operation extends Ens.BusinessOperation

This Business Operation manages the delegation of workflow tasks to the Ensemble Workflow Engine for background work.

Method Inventory

Parameters

parameter INVOCATION = InProc;
Inherited description: 2 modes: Queue, InProc

Methods

method OnMessage(pTask As EnsLib.Workflow.TaskRequest, Output pResponse As EnsLib.Workflow.TaskResponse) as %Status
Take a Task and give it to the Workflow Engine for distribution. The role is taken from the optional %Command property. If the %Command property is empty the role name is taken from the config name.
method createRole(pRoleName As %String = "") as %Status

Inherited Members

Inherited Properties

Inherited Methods