Show / Hide Table of Contents

    Class WorkflowTask

    A specific task from the result.

    Inheritance
    System.Object
    WorkflowTask
    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
    List<ColumnValue>

    Decisions

    Decisions which can be taken for this task.

    Declaration
    public List<Decision> Decisions { get; set; }
    Property Value
    Type Description
    List<Decision>

    DefaultDecisionId

    Id indicating which decision id is the default one.

    Declaration
    public System.Nullable<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

    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[]

    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 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.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top