Class WorkflowTask
A specific task from the result.
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowTask : IRelationsWithProxy
  Properties
ActivityDescription
Description of the current activity.
Declaration
public string ActivityDescription { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ActivityType
Current activity type.
Declaration
public ActivityTypeEnum ActivityType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ActivityTypeEnum | 
AllowDecisionStamp
Indicates whether stamps are allowed for taking of the decisions.
Declaration
public bool AllowDecisionStamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ColumnValues
Values in columns.
Declaration
public List<ColumnValue> ColumnValues { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ColumnValue> | 
Decisions
Decisions which can be taken for this task.
Declaration
public List<Decision> Decisions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Decision> | 
DefaultDecisionId
Id indicating which decision id is the default one.
Declaration
public int? DefaultDecisionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
DocId
Document id connected with the task.
Declaration
public int DocId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
HasDocumentFields
Indicates whether the task contains document fields.
Declaration
public bool HasDocumentFields { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Id
Task identity
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
InstanceId
Instance identity
Declaration
public string InstanceId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsRead
Indicates whether the task is read
Declaration
public bool IsRead { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Links
Declaration
public Link[] Links { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Link[] | 
LockDocument
Indicates whether the document will be lock while the user is working with the task.
Declaration
public bool LockDocument { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
NodeId
Node id in the workflow definition.
Declaration
public int NodeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TaskOperations
Operations which can be executed on the task.
Declaration
public TaskOperations TaskOperations { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TaskOperations | 
WorkflowVersionId
Workflow version id which is used to trigger this instance.
Declaration
public string WorkflowVersionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
SetProxy(HttpClientProxy)
Sets the HTTP communication proxy which is used in further HTTP communication.
Declaration
public void SetProxy(HttpClientProxy proxy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HttpClientProxy | proxy | The System.Net.Http.HttpClient instance which is used in further HTTP communication.  | 
      
Remarks
The HTTP proxy is used to handle the HTTP requests which are created by this instance. The proxy is used in case a request is sent to a URL which is resolved from a link.