예제 #1
0
def get_workflow(context, name='security'):
    return base_get_workflow(context, name, context=context)
예제 #2
0
파일: workflow.py 프로젝트: Kotti/Kotti
def get_workflow(context, name="security"):
    return base_get_workflow(context, name, context=context)