Interface: $Properties
v1.RespondActivityTaskCompletedByIdRequest.$Properties
Properties of a RespondActivityTaskCompletedByIdRequest.
Hierarchy
-
$Properties
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
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains "workflow:workflow_id" or "activity:activity_id" for standalone activities.
result
• Optional result: null | $Properties
The serialized result of activity execution
runId
• Optional runId: null | string
For a workflow activity - the run ID of the workflow which scheduled this activity. For a standalone activity - the run ID of the activity.
workflowId
• Optional workflowId: null | string
Id of the workflow which scheduled this activity, leave empty to target a standalone activity