public interface WorkflowProcessService
operations
and provides
functionality concerning running workflow process instances.Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
listRunningProcesses()
This method returns the ids of the currently running processes.
|
com.lexmark.saperion.workflow.WorkflowProcessType |
loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> listRunningProcesses() throws SaSystemException, DataSourceException, SaperionConfigurationException, SaAuthenticationException, UnknownDefinitionException, SaDBException
SaSystemException
DataSourceException
SaperionConfigurationException
SaAuthenticationException
UnknownDefinitionException
SaDBException
com.lexmark.saperion.workflow.WorkflowProcessType loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference) throws SaSystemException, DataSourceException, SaperionConfigurationException, SaAuthenticationException, UnknownReferenceException, SaDBException
reference
- the workflow process referenceSaSystemException
DataSourceException
SaperionConfigurationException
SaAuthenticationException
UnknownReferenceException
SaDBException
Copyright © 2016 SAPERION AG. All rights reserved.