public interface WorkflowProcessService extends com.lexmark.saperion.search.SearchExecutionService<WorkflowProcessListItemType>
Modifier and Type | Method and Description |
---|---|
WorkflowProcessType |
loadProcess(WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
void |
terminate(WorkflowProcessReferenceType processReference)
This method terminates the workflow process given.
|
WorkflowProcessType loadProcess(WorkflowProcessReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- the workflow process reference in base64 encoded form of {"id":"xxx"}com.lexmark.saperion.exceptions.EcmException
void terminate(WorkflowProcessReferenceType processReference) throws com.lexmark.saperion.exceptions.EcmException
processReference
- a reference to the process to terminate in base64 encoded form of {"id":"xxx"}com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.