C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmWorkflowInstance.AttributeNames

Names of WorkflowInstance specific attributes
Show file Open project: Predica/FimClient

Public Properties

Property Type Description
Request Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Requestor Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Target Microsoft.ResourceManagement.ObjectModel.RmAttributeName
WorkflowDefinition Microsoft.ResourceManagement.ObjectModel.RmAttributeName
WorkflowStatus Microsoft.ResourceManagement.ObjectModel.RmAttributeName
WorkflowStatusDetail Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

Request public static property

Request The Request associated with the given Approval.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Request
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Requestor public static property

Requestor This attribute is intended to be used to setup rights as appropriate.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Requestor
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Target public static property

Target Reference to the target of a request.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Target
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

WorkflowDefinition public static property

Workflow Definition WorkflowDefinition
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel WorkflowDefinition
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

WorkflowStatus public static property

Workflow Status Enumeration representing the current status of a workflow instance.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel WorkflowStatus
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

WorkflowStatusDetail public static property

Workflow Status Detail This attribute is used to track workflow instance exceptions to assist with troubleshooting and auditing workflow execution.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel WorkflowStatusDetail
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName