Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class AccessFormParameters

OptimaJet.Workflow.Plugins.FormsPlugin.AccessFormParameters

Represents base parameters required for accessing a form.

public abstract record AccessFormParameters : IEquatable<AccessFormParameters>

Inheritance

  • System.Object

Implemented Interfaces

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

Properties

Name
Type
ProcessId #
Guid
The process instance id.
IdentityId #
String
The user id to check form access for.
CommandNameFilter #
String
Selects the specified command if not null.
ConditionCheck #
Boolean
If true, performs condition checks on command transitions to determine form access.

Derived Types