Import ClientFlow production v4928.1.5.132.4
This commit is contained in:
16
app/domain/opportunity_flow/__init__.py
Normal file
16
app/domain/opportunity_flow/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""Company-configurable opportunity workflow engine."""
|
||||
|
||||
from .evidence import OpportunityEvidence, build_opportunity_evidence
|
||||
from .decision import OpportunityDecision, WorkflowAction
|
||||
from .engine import decide_opportunity_next_action
|
||||
from .profiles import CompanyWorkflowProfile, load_company_profile
|
||||
|
||||
__all__ = [
|
||||
"OpportunityEvidence",
|
||||
"OpportunityDecision",
|
||||
"WorkflowAction",
|
||||
"build_opportunity_evidence",
|
||||
"decide_opportunity_next_action",
|
||||
"CompanyWorkflowProfile",
|
||||
"load_company_profile",
|
||||
]
|
||||
Reference in New Issue
Block a user