Interface: IRespondWorkflowTaskCompletedResponse
workflowservice.v1.IRespondWorkflowTaskCompletedResponse
Properties of a RespondWorkflowTaskCompletedResponse.
Implemented by
Properties
activityTasks
• Optional
activityTasks: null
| IPollActivityTaskQueueResponse
[]
See ScheduleActivityTaskCommandAttributes::request_eager_execution
resetHistoryEventId
• Optional
resetHistoryEventId: null
| Long
If non zero, indicates the server has discarded the workflow task that was being responded to. Will be the event ID of the last workflow task started event in the history before the new workflow task. Server is only expected to discard a workflow task if it could not have modified the workflow state.
workflowTask
• Optional
workflowTask: null
| IPollWorkflowTaskQueueResponse
See RespondWorkflowTaskCompletedResponse::return_new_workflow_task