Class SingleServerNotifier
OptimaJet.Workflow.RealTimeTrackingPlugin.Notifiers.SingleServerNotifier
A class for system notifications in SingleServer mode.
Namespace: OptimaJet.Workflow.RealTimeTrackingPlugin.Notifiers
public class SingleServerNotifier : BaseNotifierInheritance
- System.Object
- BaseNotifier
Constructors
public SingleServerNotifier(WorkflowRuntime runtime, RealTimeTrackingPluginSettings settings, Func<bool> getDisabledFn) #Initializes a new instance of the SingleServerNotifier 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.