Interface: IPauseActivityByIdRequest
workflowservice.v1.IPauseActivityByIdRequest
Properties of a PauseActivityByIdRequest.
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.
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.