Class ExecuteFormParameters
OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormParameters
Represents the parameters that need to be specified to execute the form.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record ExecuteFormParameters : IEquatable<ExecuteFormParameters>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormParameters}
Properties
Name
Type
FormKey #FormKeyRepresents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
CommandName #StringThe command that must be executed with the form.
ProcessId #GuidThe process instance id.
IdentityId #StringThe user id that executes the form.
ImpersonatedIdentityId #StringThe user id on whose behalf the form is executed (impersonation).
FormData #ObjectThe form data.