Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class ExecuteFormParameters

OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormParameters

Represents the parameters that need to be specified to execute the form.

public record ExecuteFormParameters : IEquatable<ExecuteFormParameters>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormParameters}

Properties

Name
Type
FormKey #
FormKey
Represents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
CommandName #
String
The command that must be executed with the form.
ProcessId #
Guid
The process instance id.
IdentityId #
String
The user id that executes the form.
ImpersonatedIdentityId #
String
The user id on whose behalf the form is executed (impersonation).
FormData #
Object
The form data.