Skip to main content

Interface: ITriggerWorkflowRuleRequest

workflowservice.v1.ITriggerWorkflowRuleRequest

Properties of a TriggerWorkflowRuleRequest.

Hierarchy

Properties

execution

Optional execution: null | $Properties

Execution info of the workflow which scheduled this activity

Inherited from

$Properties.execution


id

Optional id: null | string

TriggerWorkflowRuleRequest id

Inherited from

$Properties.id


identity

Optional identity: null | string

The identity of the client who initiated this request

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

TriggerWorkflowRuleRequest namespace

Inherited from

$Properties.namespace


rule

Optional rule: "id" | "spec"

Either provide id of existing rule, or rule specification

Inherited from

$Properties.rule


spec

Optional spec: null | $Properties

Note: Rule ID and expiration date are not used in the trigger request.

Inherited from

$Properties.spec