Click or drag to resize
WorkflowExecutionContextWorkflowInstanceId Property
Unique identifier of the context provided by an instance of IWorkflowInstanceStateManager

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public Nullable<Guid> WorkflowInstanceId { get; set; }

Property Value

Type: NullableGuid
See Also