Skip to content

Instantly share code, notes, and snippets.

@abbas-oveissi
Last active April 30, 2019 10:57
Show Gist options
  • Save abbas-oveissi/1436010113f4373d2dc614805cd60c7e to your computer and use it in GitHub Desktop.
Save abbas-oveissi/1436010113f4373d2dc614805cd60c7e to your computer and use it in GitHub Desktop.
{
"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