Click or drag to resize
IWorkflowInstanceOwner Interface
Owner of a process that is being executed by WorkflowManager

Namespace: FlexRule.Flows.Workflows.Managers.Ownerships
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IWorkflowInstanceOwner

The IWorkflowInstanceOwner type exposes the following members.

Properties
  NameDescription
Public propertyOwnerId
Owner identifier
Public propertyUntil
Execution time for the process
Public propertyWorkflowInstanceId
WorkflowInstanceId of the process
Top
See Also