Skip to main content

Namespace: TriggerWorkflowRuleRequest

workflowservice.v1.TriggerWorkflowRuleRequest

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { execution?: $Shape | null ; id?: string | null ; identity?: string | null ; namespace?: string | null ; spec?: $Shape | null } & { id?: null ; rule?: undefined ; spec?: null } | { id: string ; rule?: "id" ; spec?: null } | { id?: null ; rule?: "spec" ; spec: $Shape }

Narrowed shape of a TriggerWorkflowRuleRequest.