Class GetFormParameters
OptimaJet.Workflow.Plugins.FormsPlugin.GetFormParameters
Represents the parameters required to retrieve a specific form in the system.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public class GetFormParametersProperties
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 string? TenantId { get; init; } #The tenant id used for tenant-aware lookup. If null, only shared forms are resolved.