TaskActivityContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines properties and methods for task activity context objects.
public abstract class TaskActivityContext
type TaskActivityContext = class
Public MustInherit Class TaskActivityContext
- Inheritance
-
TaskActivityContext
Remarks
A new instance of TaskActivityContext is passed as a parameter to each task activity execution. It includes basic information such as the name of the activity, the ID of the invoking orchestration instance, and a method for reading the activity input.
Constructors
TaskActivityContext() |
Properties
InstanceId |
Gets the unique ID of the current orchestration instance. |
Name |
Gets the name of the task activity. |