RuntimeService Class |
Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
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.
| |
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.
| |
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 |
Creates a participant. Intended for web use only.
| |
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 |
Deletes a participant.
| |
DeleteProcessInstanceComment |
Delete an existing request comment.
| |
DeleteUser |
Deletes a user. Intended for web use only.
| |
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.
| |
GetGlobalList |
Gets a global list definition. Intended for web use only.
| |
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 |
Returns a participant definition. Intended for web use only.
| |
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 |
Gets a workflow application. Intended for web use only.
| |
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 |
Replaces a version of a process into WorkflowGen. Intended for web use only.
| |
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 |
Updates a participant. Intended for web use only. A participant's scope or process reference cannot be updated.
| |
UpdateProcessInstanceComment |
Update an existing request comment.
| |
UpdateProcessInstanceData |
Update process instance associated data
| |
UpdateUser |
Updates a user. Intended for web use only.
|