Workflows and Rules
Overview
Prerequisites
Workflow Management Commands
List Workflows
# List all workflows
canso workflows list
# List only active workflows
canso workflows list --is_active=true
# Get specific workflow details
canso workflows list --workflow_name=<workflow-name>Create Workflow
Update Workflow Status
Deploy Workflow
Rule Management Commands
List Rules
Create Rule
Update Rule
Common Fields
Rule Operators
Sub-Rule Operators
Rule Stages
Status Values
Last updated