Skip to main content

Interface: INamespacedWorkflowExecution

coresdk.common.INamespacedWorkflowExecution

Properties of a NamespacedWorkflowExecution.

Hierarchy

Properties

namespace

Optional namespace: null | string

Namespace the workflow run is located in

Inherited from

$Properties.namespace


runId

Optional runId: null | string

May be empty if the most recent run of the workflow with the given ID is being targeted

Inherited from

$Properties.runId


workflowId

Optional workflowId: null | string

Can never be empty

Inherited from

$Properties.workflowId