Enum RequestElements
OptimaJet.Workflow.Core.Designer.RequestElements
Defines the standard request element names read by Designer.DesignerAPI(WorkflowRuntime, NameValueCollection, out bool, Stream, bool) and Designer.DesignerAPIAsync(WorkflowRuntime, NameValueCollection, Stream, bool).
Namespace: OptimaJet.Workflow.Core.Designer
public enum RequestElementsFields
notcorrect = 0 #Indicates that a request element name was not recognized.
operation = 1 #Specifies an operation name from Operations or the name of a registered IDesignerAction extension operation.
schemecode = 2 #Specifies the process scheme code used to select or name a process scheme.
schemeid = 3 #Specifies the process scheme identifier used to select a process scheme.
processid = 4 #Specifies the process identifier targeted by an operation.
data = 5 #Contains the serialized request payload whose structure depends on the selected Operations value.
category = 6 #Specifies the SuggestionCategory used by Operations.getautocompletesuggestions.
type = 7 #Specifies the CodeActionType used by Operations.getcodeactionparameter.
value = 8 #Specifies the rule, action, or condition name used as context by Operations.getautocompletesuggestions.
name = 9 #Specifies an action, condition, or rule name for Operations.getcodeactionparameter or a user name filter for Operations.getuseridentities.
newschemecode = 10 #Specifies the code assigned when Operations.load creates a new process scheme.
expression = 11 #Contains the expression whose compilation is tested by Operations.perform.
pagingindex = 12 #Specifies the Paging.PageIndex for paged results. A value of -1 disables paging for Operations.getuseridentities.
pagingsize = 13 #Specifies the Paging.PageSize for paged results.
processidforrequest = 14 #Specifies the process identifier whose history is requested by Operations.getprocesshistorypage.
expressiontype = 15 #Specifies the expression result type for Operations.perform. The value
object uses object; any other value uses bool.TenantId = 16 #Specifies the tenant identifier that scopes process scheme operations.