| RuntimeService Methods |
The RuntimeService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAssociationsToParticipant |
Adds associations to a participant. Intended for web use only.
| |
| AddDelegation |
Creates a new delegation for the current user.
| |
| AddGroupsToUser |
Adds groups to a user. Intended for web use only.
| |
| AddUsersToGroup |
Adds users to a group. Intended for web use only.
| |
| CanCancelProcessInstance |
Verify if the user can cancel a process instance
| |
| CancelProcessInstance |
Cancel a process instance
| |
| CompleteActivityInstance |
Complete an action.
| |
| CompleteActivityInstanceFromThreadIndex |
Complete an action from its Thread-Index MIME header.
| |
| CompleteWebFormActivityInstance |
Complete an open action and its paired form archive and form data.
| |
| CreateGlobalList |
Creates a global list. Intended for web use only.
| |
| CreateGroup |
Creates a group. Intended for web use only.
| |
| CreateParticipant | ||
| CreateProcess |
Creates a process into WorkflowGen. Can create a new version of the process if it already exists. Intended for web use only.
| |
| CreateUser |
Creates a user. Intended for web use only.
| |
| CreateWorkflowApplication |
Creates a workflow application. Intended for web use only.
| |
| DeleteDelegation |
Deletes a delegation which belong to the current user.
| |
| DeleteGroup |
Deletes a group. Intended for web use only.
| |
| DeleteParticipant | ||
| DeleteProcessInstanceComment |
Delete an existing request comment.
| |
| DeleteUser |
Deletes a user. Intended for web use only.
| |
| 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.
| |
| GetGlobalList | ||
| GetGroup |
Returns a group definition. Intended for web use only.
| |
| GetLaunchableProcessList |
Gets a list of launchable processes.
| |
| GetLaunchableProcessListCount |
Returns the number of launchable processes.
| |
| GetParticipant | ||
| GetPortlet |
Gets the Portlet RSS.
| |
| GetProcess |
Gets a process definition. Intended for web use only.
| |
| 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.
| |
| GetUser |
Returns a user definition. Intended for web use only.
| |
| GetViewList |
Gets the list of views of the current user.
| |
| GetViewListCount |
Gets the number of views of the current user.
| |
| GetWorkflowApplication | ||
| 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
| |
| RemoveAssociationsFromParticipant |
Removes associations from a participant. Intended for web use only.
| |
| RemoveGroupsFromUser |
Removes groups from a user. Intended for web use only.
| |
| RemoveUsersFromGroup |
Removes users from a group. Intended for web use only.
| |
| ReplaceProcessVersion | ||
| StartProcess |
Launch a new request of a WorkflowGen process
| |
| UpdateDelegation |
Updates a delegation for the current user.
| |
| UpdateGroup |
Updates a group. Intended for web use only.
| |
| UpdateParticipant | ||
| UpdateProcessInstanceComment |
Update an existing request comment.
| |
| UpdateProcessInstanceData |
Update process instance associated data
| |
| UpdateUser |
Updates a user. Intended for web use only.
|