Class GetInitialCommandsParams
OptimaJet.Workflow.Core.Runtime.GetInitialCommandsParams
Represents the parameters used to retrieve initial commands for a workflow process scheme.
Namespace: OptimaJet.Workflow.Core.Runtime
public class GetInitialCommandsParamsConstructors
public GetInitialCommandsParams(string schemeCode) #Initializes a new instance of the GetInitialCommandsParams class.
Parameters
Name
Type
Description
schemeCodeStringThe code of the process scheme.
Exceptions
Type
Description
ArgumentNullExceptionschemeCode is null.Properties
public string SchemeCode { get; init; } #Gets the code of the process scheme.
public string? TenantId { get; init; } #Gets or initializes the tenant identifier for scheme retrieval.
public string? CommandNameFilter { get; init; } #Gets or initializes an optional command name filter.
public CultureInfo? Culture { get; init; } #Gets or initializes the culture used for localization.