Class MultiServerNotifier
OptimaJet.Workflow.RealTimeTrackingPlugin.Notifiers.MultiServerNotifier
The class for system notifications in MultiServer mode.
Namespace: OptimaJet.Workflow.RealTimeTrackingPlugin.Notifiers
public class MultiServerNotifier : BaseNotifierInheritance
- System.Object
- BaseNotifier
Constructors
public MultiServerNotifier(WorkflowRuntime runtime, RealTimeTrackingPluginSettings settings, Func<bool> getDisabledFn) #Initializes a new instance of the MultiServerNotifier class.
Parameters
Name
Type
Description
runtimeWorkflowRuntimeWorkflowRuntime.
getDisabledFnFunc<Boolean>A function that returns a boolean indicating whether the plugin is disabled.
Methods
public override Task OnConnectedAsync(string processId, string connectionId) #Method to handle client connection to a process for tracking purposes.
Parameters
Name
Type
Description
processIdStringProcessId of the ProcessInstance.
connectionIdStringThe unique identifier of the client's connection.
Returns
Type
Description
TaskA Task representing the asynchronous operation.