add sync task in workflow 46/70446/2
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Mon, 15 Oct 2018 07:34:36 +0000 (15:34 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Mon, 15 Oct 2018 08:18:39 +0000 (16:18 +0800)
commit2ed9e555ceef54bffd5e8e7fe1575a8e59643742
tree668d6493d32e242f3d43df41ece5e7bef2e0f85f
parent31b41e271ab2002be5cd0c99331771df219bdeaf
add sync task in workflow

add sync task in workflow to support NS

Change-Id: I89e6a26551d47218714526c677d551fc55fe1922
Issue-ID: VFC-1041
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
lcm/workflows/graphflow/__init__.py [new file with mode: 0644]
lcm/workflows/graphflow/task/__init__.py [new file with mode: 0644]
lcm/workflows/graphflow/task/sync_rest_task.py [new file with mode: 0644]
lcm/workflows/graphflow/task/sync_task.py [new file with mode: 0644]
lcm/workflows/graphflow/task/task.py [new file with mode: 0644]