Assembly: OptimaJet.Workflow.FormsPlugin

Class GetProcessFormParameters

OptimaJet.Workflow.Plugins.FormsPlugin.GetProcessFormParameters

Represents the parameters required to retrieve a form that is bound to the process.

public class GetProcessFormParameters

Properties

public required FormKey FormKey { get; init; } #
Represents a unique identifier for a form, which includes properties defining the specific form's name and version in the system.
public required Guid ProcessId { get; init; } #
The process id.
public required string DataParameterName { get; init; } #
The name of the process parameter where the form data is stored.