parent
5d9d23b47d
commit
4d3dfb19f4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue