Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessDisplayedState

OptimaJet.Workflow.Core.Designer.ProcessDisplayedState

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

public class ProcessDisplayedState

Inheritance

  • System.Object

Properties

Name
Type
ProcessId #
Guid
ProcessParameters #
ImmutableList<ParameterDefinitionWithValue>
ProcessHistory #
ImmutableList<ProcessHistoryItem>
CurrentPage #
Int32
LastPage #
Int32
ProcessHistoryCount #
Int32
ProcessTimers #
ImmutableList<ProcessTimer>

Methods

public ProcessTreeDisplayedState ToProcessAndSubprocessesDisplayedState() #

Returns

Type
Description
ProcessTreeDisplayedState

Derived Types