Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class ProcessForm

OptimaJet.Workflow.Plugins.FormsPlugin.ProcessForm

Represents information about a form that is bound to a process.

public record ProcessForm : Form, IEquatable<Form>, IEquatable<ProcessForm>

Inheritance

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.Form}
  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ProcessForm}

Properties

Name
Type
ProcessId #
Guid
The process id.
FormData #
Dictionary<Object>
The form data.

Derived Types