| Interface | Description |
|---|---|
| EmailService |
Service to create e-mails by workflow process.
|
| ScriptEvaluationService |
Service to evaluate activation beanshell scripts.
|
| WorkflowActionCommentService |
Service to manipulate comments for workflow actions
|
| WorkflowActionService |
Service used to manipulate workflow actions.
|
| WorkflowAttachmentService |
Service to manipulate workflow's attachments.
|
| WorkflowProcessingService |
Service to process workflows
|
| WorkflowService |
Service to manipulate workflows.
|
| WorkflowTemplateService |
Service to manipulate workflow templates
|
| Enum | Description |
|---|---|
| WorkflowStatus |
Each
WorkflowModel can exist in four states:
planned - workflow created, but not started yet Running
running - in progress
terminated - workflow was in progress but it has interrupted for some reason
finished - workflow is done
WorkflowStatus is interpreted as a counter part for a WorkflowService.isPlanned(WorkflowModel),
WorkflowService.isRunning(WorkflowModel), WorkflowService.isFinished(WorkflowModel),
WorkflowService.isTerminated(WorkflowModel) to check what is the current state of the WorkflowModel. |
Copyright © 2018 SAP SE. All Rights Reserved.