Interface: IRespondActivityTaskCompletedByIdRequest
workflowservice.v1.IRespondActivityTaskCompletedByIdRequest
Properties of a RespondActivityTaskCompletedByIdRequest.
Implemented by
Properties
activityId
• Optional
activityId: null
| string
Id of the activity to complete
identity
• Optional
identity: null
| string
The identity of the worker/client
namespace
• Optional
namespace: null
| string
Namespace of the workflow which scheduled this activity
result
• Optional
result: null
| IPayloads
The serialized result of activity execution
runId
• Optional
runId: null
| string
Run Id of the workflow which scheduled this activity
workflowId
• Optional
workflowId: null
| string
Id of the workflow which scheduled this activity