Class ProcessDisplayedStateGenerator
OptimaJet.Workflow.Core.Designer.ProcessDisplayedStateGenerator
The generator of the state of a process that is displayed in the designer. Attention! Don't use this class in your code. It can be changed in future versions.
Namespace: OptimaJet.Workflow.Core.Designer
public static class ProcessDisplayedStateGeneratorInheritance
- System.Object
Methods
public static Task<ProcessTreeDisplayedState> GenerateAsync(WorkflowRuntime runtime, Guid processId) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessIdGuidReturns
Type
Description
Task<ProcessTreeDisplayedState>public static Task<ProcessTreeDisplayedState> GenerateAsync(WorkflowRuntime runtime, ProcessInstance processInstance) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeprocessInstanceProcessInstanceReturns
Type
Description
Task<ProcessTreeDisplayedState>