Last active
April 30, 2019 10:57
-
-
Save abbas-oveissi/1436010113f4373d2dc614805cd60c7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ارزیابی موتور جستجوی", | |
"states": [ | |
{ | |
"name": "evaluating", | |
"state_type_id": 1 | |
}, | |
{ | |
"name": "final", | |
"state_type_id": 4 | |
} | |
], | |
"qualification": { | |
"rest_url": "http://127.0.0.1:8080/qualification", | |
"rest_result_url": "http://127.0.0.1:8080/qualification_result" | |
}, | |
"task_types": [ | |
{ | |
"name": "evaluation", | |
"rest_url": "http://127.0.0.1:8080/chooseonepath", | |
"rest_result_url": "http://127.0.0.1:8080/chooseonepath_result" | |
} | |
], | |
"transitions": [ | |
{ | |
"current_state": "evaluating", | |
"next_state": "final", | |
"tasks": [ | |
{ | |
"task_name": "ارزیابی ۱", | |
"task_type": "evaluation" | |
}, | |
{ | |
"task_name": "ارزیابی ۲", | |
"task_type": "evaluation" | |
}, | |
{ | |
"task_name": "ارزیابی ۳", | |
"task_type": "evaluation" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment