Skip to content
Snippets Groups Projects
Commit 718d86c5 authored by Ivan Kondov's avatar Ivan Kondov
Browse files

added templates for Problem 2.1

parent 698463dd
No related branches found
No related tags found
No related merge requests found
{
"fws": [
{
"fw_id": 1,
"name": "Post the job",
"spec": {
"_tasks": [
{
"_fw_name": "PythonFunctionTask",
"function": "auxiliary.print_func",
"inputs": ["job description"],
"outputs": [""]
}
],
"job description": {}
}
},
{
"fw_id": 2,
"name": "Candidates apply",
"spec": {
"_tasks": [
{
"_fw_name": "PythonFunctionTask",
"function": "",
"inputs": [
"",
""
],
"outputs": [""]
}
],
"application template": {},
"maximum applications": 50
}
},
{
"fw_id": 3,
"name": "Screen candidates",
"spec": {
"_tasks": [
{
"_fw_name": "PythonFunctionTask",
"function": "",
"inputs": [
"",
"",
"",
""
],
"outputs": [""]
}
],
"number to invite": 4,
"minimum score": 2
}
},
{
"fw_id": 4,
"name": "Interview candidates",
"spec": {
"_tasks": [
{
"_fw_name": "PythonFunctionTask",
"function": "",
"inputs": [
"",
"",
""
],
"outputs": [""]
}
],
"number to fill": 2
}
}
],
"links": {},
"metadata": {},
"name": ""
}
fws:
- fw_id: 1
name: Post the job
spec:
_tasks:
- _fw_name: PythonFunctionTask
function: auxiliary.print_func
inputs: [job description]
outputs: ['']
job description: {}
- fw_id: 2
name: Candidates apply
spec:
_tasks:
- _fw_name: PythonFunctionTask
function: ''
inputs: ['', '']
outputs: ['']
application template: {}
maximum applications: 50
- fw_id: 3
name: Screen candidates
spec:
_tasks:
- _fw_name: PythonFunctionTask
function: ''
inputs: ['', '', '', '']
outputs: ['']
minimum score: 2
number to invite: 4
- fw_id: 4
name: Interview candidates
spec:
_tasks:
- _fw_name: PythonFunctionTask
function: ''
inputs: ['', '', '']
outputs: ['']
number to fill: 2
links: {}
metadata: {}
name: ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment