Click or drag to resize
RequestActionWorkflowInstance Property
Action Workflow Instance - A reference to a workflow instance executed during the action phase of request processing.

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<WorkflowInstance> ActionWorkflowInstance { get; set; }

Property Value

Type: ListWorkflowInstance
See Also