Skip to main content

Interface: IResetWorkflowExecutionRequest

workflowservice.v1.IResetWorkflowExecutionRequest

Properties of a ResetWorkflowExecutionRequest.

Implemented by

Properties

namespace

Optional namespace: null | string

ResetWorkflowExecutionRequest namespace


reason

Optional reason: null | string

ResetWorkflowExecutionRequest reason


requestId

Optional requestId: null | string

Used to de-dupe reset requests


resetReapplyExcludeTypes

Optional resetReapplyExcludeTypes: null | ResetReapplyExcludeType[]

Event types not to be reapplied


resetReapplyType

Optional resetReapplyType: null | ResetReapplyType

Event types to be reapplied (deprecated) Default: RESET_REAPPLY_TYPE_ALL_ELIGIBLE


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

ResetWorkflowExecutionRequest workflowExecution


workflowTaskFinishEventId

Optional workflowTaskFinishEventId: null | Long

The id of a WORKFLOW_TASK_COMPLETED,WORKFLOW_TASK_TIMED_OUT, WORKFLOW_TASK_FAILED, or WORKFLOW_TASK_STARTED event to reset to.