Module workflow_transition_rules_api

Source

Enums§

GetWorkflowTransitionRuleConfigurationsError
struct for typed errors of method get_workflow_transition_rule_configurations
UpdateWorkflowTransitionRuleConfigurationsError
struct for typed errors of method update_workflow_transition_rule_configurations

Functions§

get_workflow_transition_rule_configurations
Returns a paginated list of workflows with transition rules. The workflows can be filtered to return only those containing workflow transition rules: * of one or more transition rule types, such as workflow post functions. * matching one or more transition rule keys. Only workflows containing transition rules created by the calling Connect app are returned. However, if a workflow is returned all transition rules that match the filters are returned for that workflow. Due to server-side optimizations, workflows with an empty list of rules may be returned; these workflows can be ignored. Permissions required: Only Connect apps can use this operation.
update_workflow_transition_rule_configurations
Updates configuration of workflow transition rules. The following rule types are supported: * post functions * conditions * validators Only rules created by the calling Connect app can be updated. Permissions required: Only Connect apps can use this operation.