diff --git a/rules/root.go b/rules/root.go index 68e1ff1..1e04440 100644 --- a/rules/root.go +++ b/rules/root.go @@ -30,6 +30,15 @@ var workflowClient = workflow_client.Default // NewLeadWorkflowID is the text identifier for new-lead-workflow const NewLeadWorkflowID = "new-lead-workflow" +// NewDeveloperWorkflowID is the text identifier for new-developer-workflow +const NewDeveloperWorkflowID = "new-developer-workflow" + +// NewIQWorkflowID is the text identifier for new-iq-workflow +const NewIQWorkflowID = "new-iq-workflow" + +// NewAgentWorkflowID is the text identifier for new-iagentq-workflow +const NewAgentWorkflowID = "new-agent-workflow" + // TaxnexusRulesTaskQueueID defines the Temporal Task Queue used in the Temporal Worker const TaxnexusRulesTaskQueueID = "TAXNEXUS_RULES_TASK_QUEUE"