Interface | Description |
---|---|
ActivityExecutionContext |
Context object passed to an activity implementation.
|
ActivityInfo |
The information about the activity task that the current activity is handling.
|
DynamicActivity |
Use DynamicActivity to implement any number of activity types dynamically.
|
ManualActivityCompletionClient |
Class | Description |
---|---|
Activity |
An activity is the implementation of a particular task in the business logic.
|
ActivityOptions |
Options used to configure how an activity is invoked.
|
ActivityOptions.Builder | |
LocalActivityOptions |
Options used to configure how an local activity is invoked.
|
LocalActivityOptions.Builder |
Enum | Description |
---|---|
ActivityCancellationType |
Defines behaviour of the parent workflow when
CancellationScope that wraps child workflow
execution request is canceled. |
Annotation Type | Description |
---|---|
ActivityInterface |
Indicates that an interface is an activity interface.
|
ActivityMethod |
Indicates that the method is an activity method.
|