| Interface | Description |
|---|---|
| ConditionStepListContainer<T> | |
| FormStepDefinition |
Interface describing a step which has a form.
|
| NamedStepDefinition | |
| StepDefinition |
Marker interface for all 'patterns' that are known by the simple workflow
API.
|
| StepDefinitionContainer<T> | |
| StepListContainer<T> |
| Class | Description |
|---|---|
| AbstractConditionStepListContainer<T> | |
| AbstractNamedStepDefinition |
Superclass for all
StepDefinition classes that have a name or description. |
| AbstractStepDefinitionContainer<T> | |
| AbstractStepListContainer<T> | |
| ChoiceStepsDefinition |
Defines a block of steps of which one collection of steps is executed based on conditions.
|
| ConditionDefinition | |
| DelayStepDefinition |
Step that delays the current process/execution for a certain amount of time.
|
| FeedbackStepDefinition |
A feedback step is a step where one person initiates the gathering of
feedback from multiple other persons.
|
| HumanStepAssignment |
Reusable assignment details for a task to be performed by a user,
used in for example
HumanStepDefinition. |
| HumanStepDefinition |
Defines a step that must be executed by a human actor.
|
| ListConditionStepDefinition<T> | |
| ListStepDefinition<T> | |
| ParallelStepsDefinition |
Defines a block of steps that all must be executed in parallel.
|
| ScriptStepDefinition | |
| TimeDurationDefinition | |
| WorkflowDefinition |
Allows to create simple workflows through an easy, fluent Java API.
|
| Enum | Description |
|---|---|
| HumanStepAssignment.HumanStepAssignmentType |
Possible types of human step assignment.
|
Copyright © 2016 Alfresco. All rights reserved.