| AcceptEditRejectAction |
Processing class of an action that allows users to
edit/accept/reject a workflow item
|
| FinalEditAction |
Processing class of an action that allows users to
accept/reject a workflow item
|
| ProcessingAction |
Represent an action that can be offered to a workflow step's user(s).
|
| ReviewAction |
Processing class of an accept/reject action
|
| ScoreEvaluationAction |
Processing class for the score evaluation action
This action will allow multiple users to rate a certain item
if the mean of this score is higher then the minimum score the
item will be sent to the next action/step else it will be rejected
|
| ScoreReviewAction |
This action will allow multiple users to rate a certain item
if the mean of this score is higher then the minimum score the
item will be sent to the next action/step else it will be rejected
|
| ScoreReviewActionAdvancedInfo |
Class that holds the advanced information needed for the
ScoreReviewAction
See config workflow-actions.cfg
|
| SelectReviewerAction |
Processing class for an action where an assigned user can
assign another user to review the item
|
| SelectReviewerActionAdvancedInfo |
Class that holds the advanced information needed for the
SelectReviewerAction
See config workflow-actions.cfg
|
| SingleUserReviewAction |
Processing class of an action where a single user has
been assigned and they can either accept/reject the workflow item
or reject the task
|