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 |
---|---|
Assignment |
AssignmentEvent.getAssignment()
Provides the assignment record
|
Modifier and Type | Method and Description |
---|---|
Assignment |
Task.getCurrentAssignment()
Retrieves the current assignment for the task.
|
Assignment |
State.getLastAssignment()
Deprecated.
state assignment is no longer supported.
|
Assignment |
Task.getLastAssignment()
Retrieves the current assignment for the task.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Assignment> |
State.getAssignments()
Returns a list of assignments on this state.
|
List<? extends Assignment> |
Task.getAssignments()
The list of assignment of this task
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.