Interface: IResetActivityByIdRequest
workflowservice.v1.IResetActivityByIdRequest
Properties of a ResetActivityByIdRequest.
Implemented by
Properties
activityId
• Optional
activityId: null
| string
ID of the activity we're updating.
identity
• Optional
identity: null
| string
The identity of the client who initiated this request.
namespace
• Optional
namespace: null
| string
Namespace of the workflow which scheduled this activity.
noWait
• Optional
noWait: null
| boolean
Indicates that activity should be scheduled immediately. If this flag doesn't set, and activity currently running - temporal will wait until activity is completed.
requestId
• Optional
requestId: null
| string
Used to de-dupe requests.
resetHeartbeat
• Optional
resetHeartbeat: null
| boolean
Indicates that activity should reset heartbeat details. This flag will be applied only to the new instance of the activity.
runId
• Optional
runId: null
| string
Run ID of the workflow which scheduled this activity. If empty - latest workflow is used.
workflowId
• Optional
workflowId: null
| string
ID of the workflow which scheduled this activity.