Click or drag to resize

ProcessLabelsGetWorkflowLabel Method

Gets a label corresponding to labelName for a process instance with workflowInstanceId in all supported cultures

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Dictionary<string, string> GetWorkflowLabel(
	ODataService ctx,
	string workflowInstanceId,
	string labelName
)

Parameters

ctx  ODataService
The Odata service
workflowInstanceId  String
ID of the workflow instance, for which the label is to be loaded
labelName  String
Key of the label to be loaded

Return Value

DictionaryString, String
Localized texts for the labelName
See Also