Interface: ICreateWorkflowRuleRequest
workflowservice.v1.ICreateWorkflowRuleRequest
Properties of a CreateWorkflowRuleRequest.
Hierarchy
-
↳
ICreateWorkflowRuleRequest
Properties
description
• Optional description: null | string
Rule description.Will be stored with the rule.
Inherited from
forceScan
• Optional forceScan: null | boolean
If true, the rule will be applied to the currently running workflows via batch job. If not set , the rule will only be applied when triggering condition is satisfied. visibility_query in the rule will be used to select the workflows to apply the rule to.
Inherited from
identity
• Optional identity: null | string
Identity of the actor who created the rule. Will be stored with the rule.