Class: ActivityTaskScheduledEventAttributes
history.v1.ActivityTaskScheduledEventAttributes
Represents an ActivityTaskScheduledEventAttributes.
Implements
Constructors
constructor
• new ActivityTaskScheduledEventAttributes(properties?): ActivityTaskScheduledEventAttributes
Constructs a new ActivityTaskScheduledEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IActivityTaskScheduledEventAttributes | Properties to set |
Returns
ActivityTaskScheduledEventAttributes
Properties
activityId
• activityId: string
The worker/user assigned identifier for the activity
Implementation of
IActivityTaskScheduledEventAttributes.activityId
activityType
• Optional activityType: null | IActivityType
ActivityTaskScheduledEventAttributes activityType.
Implementation of
IActivityTaskScheduledEventAttributes.activityType
header
• Optional header: null | IHeader
ActivityTaskScheduledEventAttributes header.
Implementation of
IActivityTaskScheduledEventAttributes.header
heartbeatTimeout
• Optional heartbeatTimeout: null | IDuration
Maximum permitted time between successful worker heartbeats.
Implementation of
IActivityTaskScheduledEventAttributes.heartbeatTimeout
input
• Optional input: null | IPayloads
ActivityTaskScheduledEventAttributes input.
Implementation of
IActivityTaskScheduledEventAttributes.input
priority
• Optional priority: null | IPriority
Priority metadata. If this message is not present, or any fields are not present, they inherit the values from the workflow.
Implementation of
IActivityTaskScheduledEventAttributes.priority