Interface: IUnpauseActivityByIdRequest
workflowservice.v1.IUnpauseActivityByIdRequest
Properties of an UnpauseActivityByIdRequest.
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.
requestId
• Optional
requestId: null
| string
Used to de-dupe requests.
reset
• Optional
reset: null
| IResetOperation
UnpauseActivityByIdRequest reset
resume
• Optional
resume: null
| IResumeOperation
UnpauseActivityByIdRequest resume
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.