Class RestartWorkflowHistoryStep
A history step for Restart Workflow activity.
Inheritance
System.Object
RestartWorkflowHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RestartWorkflowHistoryStep : object
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 |
---|---|
List<HistoryField> |
FullErrorMessage
Contains full error message.
Declaration
public string FullErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |