Class: ActivityExecutionListInfo
activity.v1.ActivityExecutionListInfo
Limited activity information returned in the list response. When adding fields here, ensure that it is also present in ActivityExecutionInfo (note that it may already be present in ActivityExecutionInfo but not at the top-level).
Implements
Constructors
constructor
• new ActivityExecutionListInfo(properties?): ActivityExecutionListInfo
Constructs a new ActivityExecutionListInfo.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IActivityExecutionListInfo | Properties to set |
Returns
Properties
activityId
• activityId: string
A unique identifier of this activity within its namespace along with run ID (below).
Implementation of
IActivityExecutionListInfo.activityId
activityType
• Optional activityType: null | IActivityType
The type of the activity, a string that maps to a registered activity on a worker.
Implementation of
IActivityExecutionListInfo.activityType