Class AccessFormParameters
OptimaJet.Workflow.Plugins.FormsPlugin.AccessFormParameters
Represents base parameters required for accessing a form.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public abstract record AccessFormParameters : IEquatable<AccessFormParameters>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.AccessFormParameters}
Properties
Name
Type
ProcessId #GuidThe process instance id.
IdentityId #StringThe user id to check form access for.
CommandNameFilter #StringSelects the specified command if not null.
ConditionCheck #BooleanIf true, performs condition checks on command transitions to determine form access.