| Name | Description |
| ActivatedEventElements | Overridden. Gets a collection of the activated events. |
| Caption | Overridden. Gets or sets the caption. |
| CreatedInSchemaUId | Overridden. Gets or sets unique identifier of the owner process schema where the current element has been created. |
| ExecutedEventHandler | Overridden. Gets or sets event handler. It is triggered when current process element has been executed. |
| ExecutionResult | Overridden. Gets or sets value that represents execution result of the current process element. |
| FlowElements | Overridden. Gets a set of the process elements that were executed or are required to execute. |
| InstanceUId | Overridden. Gets string value that represents unique identifier of the current process. |
| InternalContext | Overridden. Gets or sets instance of the ProcessExecutingContext type. |
| IsEmbedded | Overridden. Gets value that determines whether it is embedded process. |
| IsExecuted | Overridden. Gets or sets value that indicates whether the current process element is executed. |
| IsLogging | Overridden. Gets or sets value that indicates whether the current process element is needed to write in Log. |
| IsProcessExecutedByService | Overridden. Gets or sets value that determines whether the current process is started by service. |
| IsProcessExecutedBySignal | Overridden. Gets or sets value that determines whether the current process is started by signal. |
| IsSaved | Overridden. Gets or sets value that determines whether it is embedded process. |
| IsShownExecutionPage | Overridden. Gets or sets value that determines whether it can show execution page. |
| LoopCounter | Overridden. Gets or sets number of process element repetitions. |
| MaxLoopCount | Overridden. Gets maximum number of process repetitions. |
| MetaPathParameterValues | Overridden. Gets a collection of keys and values, where key is the metapath and value is delegate. |
| Name | Overridden. Gets or sets the name. |
| Owner | Overridden. Gets or sets owner process. |
| OwnerUId | Overridden. Gets or sets the unique identifier of owner process instance. |
| ParameterValueProvider | Overridden. Gets the family of algorithms that are used to obtain the values of the process parameters. |
| PreviousFlowElements | Overridden. Gets or sets a set of previous elements of the process. |
| ProcessLane | Overridden. Gets or sets lane of the process. |
| ProcessSchema | Overridden. Gets the process schema. |
| ProcessType | Overridden. Gets or sets the class type of the current process. |
| Result | Overridden. Gets or sets result of the current process execution. |
| Schema | Overridden. Gets or sets the schema. |
| SchemaElementUId | Overridden. Gets or sets unique identifier of the schema element. |
| SchemaManager | Overridden. Gets instance that implements the Terrasoft.Core.ISchemaManager interface. |
| SchemaManagerName | Overridden. Gets or sets name of schema manager. |
| SchemaUId | Overridden. Gets or sets unique identifier of the schema element. |
| SerializeToDB | Overridden. Gets or sets value that indicates whether the current process element is needed to serialize in DB. |
| SerializeToMemory | Overridden. Gets or sets value that determines whether it is required to serialize the current process in memory. |
| StartDate | Overridden. Gets or sets date and time of the day when the current process has been started. |
| Status | Overridden. Gets or sets the execution state. |
| Storage | Overridden. Gets or sets instance that provides functionality for storing and retrieving resource managers. |
| ThrowEvents | Overridden. Gets a set of events that are required to trigger. |
| Type | Overridden. Gets or sets the name of the current member type. |
| UId | Overridden. Gets or sets the unique identifier. |
| UserConnection | Overridden. Gets or sets the user connection. |
| WaitingUserTasks | Overridden. Gets a set of the process elements that are going to show execution page. |