Package | Description |
---|---|
com.comalatech.workflow.event |
This package define the workflow related events
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
Completion |
TaskCompleteEvent.getCompletion()
Retrieves the task completion
|
Modifier and Type | Interface and Description |
---|---|
interface |
Approval
Represents an approve or reject activity by a user on an approval.
|
interface |
PartialApproval
Represents a partial approval: approvals from other approvers are still required
|
interface |
PartialRejection
Represents a partial rejection: there is at least one person who has given the same named approval
|
interface |
Rejection
Represents an named rejection given
|
Modifier and Type | Method and Description |
---|---|
Completion |
Task.getLastCompletion()
Retrieves the last completion
|
Modifier and Type | Method and Description |
---|---|
List<? extends Completion> |
Task.getCompletions()
The list of completions of this task
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.