Skip to main content

Interface: IStartActivityExecutionResponse

workflowservice.v1.IStartActivityExecutionResponse

Properties of a StartActivityExecutionResponse.

Hierarchy

Properties

Optional link: null | $Properties

Link to the started activity.

Inherited from

$Properties.link


runId

Optional runId: null | string

The run ID of the activity that was started - or used (via ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING).

Inherited from

$Properties.runId


started

Optional started: null | boolean

If true, a new activity was started.

Inherited from

$Properties.started