| Package | Description |
|---|---|
| ee.telekom.workflow.graph.node.activity | |
| ee.telekom.workflow.graph.node.event | |
| ee.telekom.workflow.graph.node.gateway |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanAsyncCallActivity
Activity, pausing execution until a task (call of method on a bean with given name) has been completed.
|
class |
BeanCallActivity
Activity that is synchronously calling a method on the bean with the given name.
|
class |
CreateNewInstanceActivity
Activity, that orders a
The task is executed asynchronously by an external system.
|
class |
HumanTaskActivity
Activity, pausing execution until a human task (manual task) has been completed externally.
|
class |
ObjectCallActivity
Activity that is synchronously calling a method on the given object.
|
class |
ScriptActivity
Activity executing a given
ScriptActivity.Script. |
class |
SetAttributeActivity
Activity setting an attribute in the
GraphInstance's Environment to a given value. |
class |
ValidateAttributeActivity
Activity validating an attribute in the
GraphInstance's Environment. |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchSignal
Catch event, pausing execution until the arrival of a signal from an external source.
|
class |
CatchTimer
Catch event, pausing execution for a given amount of time.
|
class |
ThrowEscalation
Throw event, cancelling all active token siblings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConditionalGateway
Abstract gateway that is providing common functionality for gateways
that support conditional transitions.
|
class |
AbstractGateway
Abstract gateway node that implements common gateway functionality,
i.e.
|
class |
AndFork
Gateway, that implements the "parallel split" workflow pattern.
|
class |
AndJoin
Gateway, that implements the "structured synchronizing merge" workflow pattern.
|
class |
CancellingDiscriminator
Gateway, that implements the "cancelling discriminator" workflow pattern.
|
class |
OrFork
Gateway, that implements the "multiple choice" workflow pattern.
|
class |
XorFork
Gateway, that is implements the "exclusive choice" workflow pattern and the "structured loop" pattern.
|
class |
XorJoin
Gateway, that may optionally be used in connection with
XorForks to increase the readability of graph definitions. |
Copyright © 2018. All rights reserved.