Class RestartWorkflowHistoryStep
A history step for Restart Workflow activity.
Inheritance
System.Object
RestartWorkflowHistoryStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RestartWorkflowHistoryStep
Properties
ErrorMessage
Error message which cause error exit.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fields
List of assignments fields. The label is destination field name. The "Value" property is assigned value in it.
Declaration
public List<HistoryField> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HistoryField> |
FullErrorMessage
Contains full error message.
Declaration
public string FullErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |