Class: WorkflowExecutionUpdateAcceptedEventAttributes
history.v1.WorkflowExecutionUpdateAcceptedEventAttributes
Represents a WorkflowExecutionUpdateAcceptedEventAttributes.
Implements
Constructors
constructor
• new WorkflowExecutionUpdateAcceptedEventAttributes(properties?
): WorkflowExecutionUpdateAcceptedEventAttributes
Constructs a new WorkflowExecutionUpdateAcceptedEventAttributes.
Parameters
Name | Type | Description |
---|---|---|
properties? | IWorkflowExecutionUpdateAcceptedEventAttributes | Properties to set |
Returns
WorkflowExecutionUpdateAcceptedEventAttributes
Properties
acceptedRequest
• Optional
acceptedRequest: null
| IRequest
The message payload of the original request message that initiated this update.
Implementation of
IWorkflowExecutionUpdateAcceptedEventAttributes.acceptedRequest
acceptedRequestMessageId
• acceptedRequestMessageId: string
The message ID of the original request message that initiated this update. Needed so that the worker can recreate and deliver that same message as part of replay.
Implementation of
IWorkflowExecutionUpdateAcceptedEventAttributes.acceptedRequestMessageId