Assembly: OptimaJet.Workflow.Core

Class SchemaWasChangedEventArgs

OptimaJet.Workflow.Core.Runtime.SchemaWasChangedEventArgs

Provides event data for WorkflowRuntime.OnSchemaWasChanged and WorkflowRuntime.OnSchemaWasChangedAsync.

public class SchemaWasChangedEventArgs : EventArgs

Type Hierarchy

  • EventArgs
    • SchemaWasChangedEventArgs Current type

Properties

public Guid ProcessId { get; set; } #
Gets or sets the identifier of the process whose scheme was updated.
public Guid SchemeId { get; set; } #
Gets or sets the identifier of the process scheme associated with the event.
public bool SchemaWasObsolete { get; set; } #
Gets or sets a value indicating whether the scheme was updated because it was obsolete.