WorkflowStoreComponents Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkflowStoreComponent
This enumeration supports a bitwise combination of its member values.
public enum class WorkflowStoreComponents
public enum class WorkflowStoreComponents
enum WorkflowStoreComponents
[System.Flags]
public enum WorkflowStoreComponents
[<System.Flags>]
type WorkflowStoreComponents =
Public Enum WorkflowStoreComponents
- Inheritance
-
WorkflowStoreComponents
- Attributes
Fields
Name | Value | Description |
---|---|---|
Streams | 1 | Streams |
Metadata | 2 | Metadata |
Definition | 4 | Definition |
Timer | 8 | Timers |
JobState | 16 | JobState |
TerminatingError | 32 | TerminatingError |
ActivityState | 64 | ActivityState, like remote activity execution state, etc. |