Class DesignerWaitingInstance
Model a waiting instance for the designer of the workflow.
Inheritance
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DesignerWaitingInstance : IRelationsWithProxy
Properties
ContinueRelationLink
Gets the Uri of the link for the relation “continue”.
Declaration
public string ContinueRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “continue” if it exists, or
Id
Id of the workflow instance.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Links
Declaration
public Link[] Links { get; set; }
Property Value
Type | Description |
---|---|
Link[] |
SelfRelationLink
Gets the Uri of the link for the relation “self”.
Declaration
public string SelfRelationLink { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Returns the uri of the link for the relation “self” if it exists, or
WaitInstanceActivityType
Activity type.
Declaration
public WaitInstanceActivityType WaitInstanceActivityType { get; set; }
Property Value
Type | Description |
---|---|
WaitInstanceActivityType |
WorkflowVersionId
Workflow version id.
Declaration
public string WorkflowVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetDesignerWaitingInstanceFromSelfRelation()
Calls the HTTP Get method on the link for the relation “self”.
Declaration
public DesignerWaitingInstance GetDesignerWaitingInstanceFromSelfRelation()
Returns
Type | Description |
---|---|
DesignerWaitingInstance | The content of the response. |
GetDesignerWaitingInstanceFromSelfRelationAsync()
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWaitingInstance>> GetDesignerWaitingInstanceFromSelfRelationAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWaitingInstance>> | A task which runs the request. |
Remarks
This method follows the link for the relation “self”.
GetDesignerWaitingInstanceFromSelfRelationAsync(System.Threading.CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Declaration
public System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWaitingInstance>> GetDesignerWaitingInstanceFromSelfRelationAsync(System.Threading.CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.CancellationToken | cancellationToken | The cancellation token to cancel the request. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DeserializedHttpResponse<DesignerWaitingInstance>> | A task which runs the request. |
Remarks
This method follows the link for the relation “self”.
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 |
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.