Click or drag to resize
RuntimeService Class
Web service for the management of processes and activities at runtime
Inheritance Hierarchy

Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
Assembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 5.7.14075.2 (5.7.14075.2)
Syntax
public class RuntimeService : WebService

The RuntimeService type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddDelegation
Creates a new delegation for the current user.
Public methodAssignActivityInstance
Assign an activity instance
Public methodCanAssignActivityInstance
Verify if the user can assign an activity instance
Public methodCanAssignUserToActivityInstance
Verify if the user can assign an activity instance to another user
Public methodCanCancelActivityInstanceAssignment
Verify if the user can cancel the assignment of an activity instance
Public methodCanCancelProcessInstance
Verify if the user can cancel a process instance
Public methodCancelActivityInstanceAssignment
Cancel the activity instance assignment
Public methodCancelProcessInstance
Cancel a process instance
Public methodCode exampleCompleteActivityInstance
Complete an action.
Public methodCode exampleCompleteActivityInstanceFromThreadIndex
Complete an action from its Thread-Index MIME header.
Public methodCode exampleDeleteDelegation
Deletes a delegation which belong to the current user.
Public methodCode exampleDeleteProcessInstanceComment
Delete an existing request comment.
Public methodGetActivityInstanceAssignableUserList
Get the list of users who can be assigned to an activity instance
Public methodCode exampleGetActivityInstanceContext
Get the context of an action.
Public methodCode exampleGetActivityInstanceContextFromThreadIndex
Get the context of an action from its Thread-Index MIME header.
Public methodCode exampleGetActivityInstanceList
Gets a list of actions.
Public methodCode exampleGetActivityInstanceListCount
Gets the number of actions.
Public methodCode exampleGetCommentList
Gets a list of comments.
Public methodCode exampleGetCommentListCount
Gets the number of comments.
Public methodCode exampleGetDelegateUserList
Gets the list of available delegate users.
Public methodCode exampleGetDelegateUserListCount
Gets the number of available delegate users.
Public methodCode exampleGetDelegationList
Gets the list of delegations of the current user.
Public methodCode exampleGetDelegationListCount
Gets the number of delegations.
Public methodCode exampleGetLaunchableProcessList
Gets a list of launchable processes.
Public methodCode exampleGetLaunchableProcessListCount
Returns the number of launchable processes.
Public methodCode exampleGetPortlet
Gets the Portlet RSS.
Public methodCode exampleGetProcessInstanceCommentList
Gets a list of request comments.
Public methodCode exampleGetProcessInstanceCommentListCount
Gets the number of request comments.
Public methodGetProcessInstanceContext
Get process instance context
Public methodGetProcessInstanceFormData
Get process instance form data
Public methodCode exampleGetProcessInstanceList
Gets a list of requests.
Public methodCode exampleGetProcessInstanceListCount
Gets the number of requests.
Public methodCode exampleGetViewList
Gets the list of views of the current user.
Public methodCode exampleGetViewListCount
Gets the number of views of the current user.
Public methodCode exampleNotifyDelegateUser
Notifies the delegate user.
Public methodCode examplePostProcessInstanceComment
Post a new request comment.
Public methodRaiseCancelExceptionOnActivityInstance
Raise cancel exception on an activity instance using its identifier
Public methodRaiseCancelExceptionOnActivityInstanceByName
Raise cancel exception(s) on activity instance(s) using activity name
Public methodRaiseExceptionOnActivityInstance
Raise exception on an activity instance using it identifier Exception name and message can be defined
Public methodRaiseExceptionOnActivityInstanceByName
Raise exception(s) on activity instance(s) using activity name Exception name and message can be defined
Public methodStartProcess
Launch a new request of a WorkflowGen process
Public methodCode exampleUpdateDelegation
Updates a delegation for the current user.
Public methodCode exampleUpdateProcessInstanceComment
Update an existing request comment.
Public methodUpdateProcessInstanceData
Update process instance associated data
Top
See Also