Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class 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.

Inheritance

↳ object

    ↳ ProcessDisplayedStateGenerator

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Designer

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public static class ProcessDisplayedStateGenerator

Methods

GenerateAsync(WorkflowRuntime, Guid)

Declaration
public static Task<ProcessTreeDisplayedState> GenerateAsync(WorkflowRuntime runtime, Guid processId)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
GuidprocessId
Returns
TypeDescription
Task<ProcessTreeDisplayedState>

GenerateAsync(WorkflowRuntime, ProcessInstance)

Declaration
public static Task<ProcessTreeDisplayedState> GenerateAsync(WorkflowRuntime runtime, ProcessInstance processInstance)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
ProcessInstanceprocessInstance
Returns
TypeDescription
Task<ProcessTreeDisplayedState>