v0.1.17 v0.1.17
Vernon Keenan 2021-01-18 18:57:04 -08:00
parent 5d9d23b47d
commit 4d3dfb19f4
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,15 @@ var workflowClient = workflow_client.Default
// NewLeadWorkflowID is the text identifier for new-lead-workflow // NewLeadWorkflowID is the text identifier for new-lead-workflow
const NewLeadWorkflowID = "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 // TaxnexusRulesTaskQueueID defines the Temporal Task Queue used in the Temporal Worker
const TaxnexusRulesTaskQueueID = "TAXNEXUS_RULES_TASK_QUEUE" const TaxnexusRulesTaskQueueID = "TAXNEXUS_RULES_TASK_QUEUE"