Template
Run NetWeaver then CDP and compare
by EMDS Team
Runs a NetWeaver assessment first, then feeds its result into a CDP prioritization. Use 'Configure with Wizard' on each task step to pick the actual models.
Engines
Tags
Workflow definition (read-only)
{
"id": "",
"name": "Run NetWeaver then CDP and compare",
"description": "Starter template: run a NetWeaver assessment first, then feed its result into a CDP prioritization. Use 'Configure with Wizard…' on each TASK step to pick the actual models.",
"version": 1,
"steps": [
{
"id": "",
"name": "NetWeaver assessment",
"description": "Configure with Wizard… to pick the .nw2 model.",
"step_type": "task",
"enabled": true,
"continue_on_error": false,
"config": {
"engine_type": "netweaver",
"model_reference": "",
"input_source": "assessment",
"store_result_as": "netweaver_result"
},
"children": [],
"else_children": []
},
{
"id": "",
"name": "CDP prioritization using NetWeaver output",
"description": "Reads the NetWeaver result; Configure with Wizard… to pick the .cdp/.cdpx model.",
"step_type": "task",
"enabled": true,
"continue_on_error": false,
"config": {
"engine_type": "cdp",
"model_reference": "",
"input_source": "named_result",
"input_variable": "netweaver_result",
"store_result_as": "cdp_result"
},
"children": [],
"else_children": []
}
]
}