...
A workflow service executes in the background of a realtime workflow and shares the same life cycle as the workflow. The workflow service has access to the MIM tree and can thereby monitor workflow execution. A workflow service can not route any data into workflow. For general concepts, see Agent Plugins(3.0).
A workflow service is defined by inserting a class that extends the DRWorkflowServiceInspectable
class into the code server. The server will then instantiate the class and extract the needed information about the workflow service.
...