| RuntimeService Methods |
The RuntimeService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDelegation |
Creates a new delegation for the current user.
| |
| AssignActivityInstance |
Assign an activity instance
| |
| CanAssignActivityInstance |
Verify if the user can assign an activity instance
| |
| CanAssignUserToActivityInstance |
Verify if the user can assign an activity instance to another user
| |
| CanCancelActivityInstanceAssignment |
Verify if the user can cancel the assignment of an activity instance
| |
| CanCancelProcessInstance |
Verify if the user can cancel a process instance
| |
| CancelActivityInstanceAssignment |
Cancel the activity instance assignment
| |
| CancelProcessInstance |
Cancel a process instance
| |
| CompleteActivityInstance |
Complete an action.
| |
| CompleteActivityInstanceFromThreadIndex |
Complete an action from its Thread-Index MIME header.
| |
| DeleteDelegation |
Deletes a delegation which belong to the current user.
| |
| DeleteProcessInstanceComment |
Delete an existing request comment.
| |
| GetActivityInstanceAssignableUserList |
Get the list of users who can be assigned to an activity instance
| |
| GetActivityInstanceContext |
Get the context of an action.
| |
| GetActivityInstanceContextFromThreadIndex |
Get the context of an action from its Thread-Index MIME header.
| |
| GetActivityInstanceList |
Gets a list of actions. | |
| GetActivityInstanceListCount |
Gets the number of actions.
| |
| GetCommentList |
Gets a list of comments.
| |
| GetCommentListCount |
Gets the number of comments.
| |
| GetDelegateUserList |
Gets the list of available delegate users.
| |
| GetDelegateUserListCount |
Gets the number of available delegate users.
| |
| GetDelegationList |
Gets the list of delegations of the current user.
| |
| GetDelegationListCount |
Gets the number of delegations.
| |
| GetLaunchableProcessList |
Gets a list of launchable processes.
| |
| GetLaunchableProcessListCount |
Returns the number of launchable processes.
| |
| GetPortlet |
Gets the Portlet RSS.
| |
| GetProcessInstanceCommentList |
Gets a list of request comments.
| |
| GetProcessInstanceCommentListCount |
Gets the number of request comments.
| |
| GetProcessInstanceContext |
Get process instance context
| |
| GetProcessInstanceFormData |
Get process instance form data
| |
| GetProcessInstanceList |
Gets a list of requests.
| |
| GetProcessInstanceListCount |
Gets the number of requests.
| |
| GetViewList |
Gets the list of views of the current user.
| |
| GetViewListCount |
Gets the number of views of the current user.
| |
| NotifyDelegateUser |
Notifies the delegate user.
| |
| PostProcessInstanceComment |
Post a new request comment.
| |
| RaiseCancelExceptionOnActivityInstance |
Raise cancel exception on an activity instance using its identifier
| |
| RaiseCancelExceptionOnActivityInstanceByName |
Raise cancel exception(s) on activity instance(s) using activity name
| |
| RaiseExceptionOnActivityInstance |
Raise exception on an activity instance using it identifier
Exception name and message can be defined
| |
| RaiseExceptionOnActivityInstanceByName |
Raise exception(s) on activity instance(s) using activity name
Exception name and message can be defined
| |
| StartProcess |
Launch a new request of a WorkflowGen process
| |
| UpdateDelegation |
Updates a delegation for the current user.
| |
| UpdateProcessInstanceComment |
Update an existing request comment.
| |
| UpdateProcessInstanceData |
Update process instance associated data
|