Skip to main content

Interface: IRespondWorkflowTaskCompletedResponse

workflowservice.v1.IRespondWorkflowTaskCompletedResponse

Properties of a RespondWorkflowTaskCompletedResponse.

Hierarchy

  • $Properties

    IRespondWorkflowTaskCompletedResponse

Properties

activityTasks

Optional activityTasks: null | $Properties[]

See ScheduleActivityTaskCommandAttributes::request_eager_execution

Inherited from

$Properties.activityTasks


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.

Inherited from

$Properties.resetHistoryEventId


workflowTask

Optional workflowTask: null | $Properties

See RespondWorkflowTaskCompletedResponse::return_new_workflow_task

Inherited from

$Properties.workflowTask