Uses of Class
com.saperion.ws.wrapper.wf.exception.SaWsWorkflowException
Packages that use SaWsWorkflowException
-
Uses of SaWsWorkflowException in com.saperion.ws
Methods in com.saperion.ws that throw SaWsWorkflowExceptionModifier and TypeMethodDescriptionvoid
SaWsWorkflowService.execute
(String token, String taskId, SaWsCommand command, String nextActor, String comment, Date escalationDate) Executes the specified task.SaWsWorkflowService.getProcessDefinitions
(String token) Returns a list of process definitions as strings of the current session user.Retrieves and returns the task by the given id.Returns the filtered tasks.void
SaWsWorkflowService.start
(String token, String processName, String nextActor, String comment, String attachmentId) Starts a workflow with the specified parameters.