bugfix
This commit is contained in:
parent
706e1ebf94
commit
b8ac3dffa3
@ -5,7 +5,11 @@ from ahserver.serverenv import ServerEnv
|
|||||||
from ahserver.configuredServer import add_cleanupctx
|
from ahserver.configuredServer import add_cleanupctx
|
||||||
from .dagflow import (
|
from .dagflow import (
|
||||||
FlowEngine,
|
FlowEngine,
|
||||||
get_org_flow_definition
|
get_org_flow_definition,
|
||||||
|
get_exists_workflows,
|
||||||
|
get_my_flow_works,
|
||||||
|
new_instance,
|
||||||
|
list_org_instances,
|
||||||
add_new_workflow
|
add_new_workflow
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -31,5 +35,8 @@ def load_dagflow():
|
|||||||
env = ServerEnv()
|
env = ServerEnv()
|
||||||
env.flow_engines = flow_engines
|
env.flow_engines = flow_engines
|
||||||
env.add_new_workflow = add_new_workflow
|
env.add_new_workflow = add_new_workflow
|
||||||
|
env.new_instance = new_instance
|
||||||
|
env.get_exists_workflows = get_exists_workflows
|
||||||
env.get_org_flow_definition = get_org_flow_definition
|
env.get_org_flow_definition = get_org_flow_definition
|
||||||
|
env.get_my_flow_works = get_my_flow_works
|
||||||
|
env.list_org_instances = list_org_instances
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user