Freigeben über


WorkflowInstanceInfo-Klasse

 

Stellt Informationen zu einer Workflowinstanz dar.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Vererbungshierarchie

System.Object
  Microsoft.Workflow.Client.WorkflowInstanceInfo

Syntax

[DataContractAttribute(Name = "InstanceInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class WorkflowInstanceInfo
[DataContractAttribute(Name = "InstanceInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class WorkflowInstanceInfo 
[<DataContractAttribute(Name = "InstanceInfo", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type WorkflowInstanceInfo = class end
<DataContractAttribute(Name := "InstanceInfo", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class WorkflowInstanceInfo

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod WorkflowInstanceInfo()

Initialisiert eine neue Instanz der WorkflowInstanceInfo-Klasse.

Eigenschaften

Name Beschreibung
System_CAPS_pubproperty ActivationParameters

Ruft ActivationParameters für diese Workflowinstanz ab oder legt sie fest.

System_CAPS_pubproperty CreationTime

Die DateTime-Angabe zum Erstellungszeitpunkt der Instanz.

System_CAPS_pubproperty InstanceName

Der Name der Instanz.

System_CAPS_pubproperty LastModified

Die DateTime-Angabe zum Zeitpunkt der letzten Änderung der Instanz.

System_CAPS_pubproperty MappedVariables

Eine Auflistung zugeordneter Variablen für die aktuell ausgeführte Workflowinstanz.

System_CAPS_pubproperty ScopePath

Ruft den Bereichspfad für den Bereich ab, der den Workflow enthält.

System_CAPS_pubproperty UserStatus

Ruft den von der Workflowinstanz festgelegten UserStatus ab.

System_CAPS_pubproperty WorkflowName

Ruft den Namen des Workflows ab.

System_CAPS_pubproperty WorkflowStatus

Ruft den WorkflowStatus ab.

System_CAPS_pubproperty WorkflowStatusDetails

Ruft WorkflowStatusDetails ab.

Methoden

Name Beschreibung
System_CAPS_pubmethod Equals(Object)

(Geerbt von Object.)

System_CAPS_protmethod Finalize()

(Geerbt von Object.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von Object.)

System_CAPS_pubmethod GetType()

(Geerbt von Object.)

System_CAPS_protmethod MemberwiseClone()

(Geerbt von Object.)

System_CAPS_pubmethod ToString()

(Geerbt von Object.)

Felder

Name Beschreibung
System_CAPS_pubfieldSystem_CAPS_static UserStatusVariable

Eine Konstante, die den XName für eine bekannte UserStatus-Variable darstellt.

Threadsicherheit

Öffentliche statische (in Visual Basic freigegebene) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Microsoft.Workflow.Client-Namespace

Zurück zum Anfang