You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HKube micro-service
algorithm builder Describe the bug
get an error while running the pipeline
"error":"Error: unable to find mandatory method start" Expected behavior
should run the pipeline
HKube micro-service
algorithm builder
Describe the bug
get an error while running the pipeline
"error":"Error: unable to find mandatory method start"
Expected behavior
should run the pipeline
To Reproduce
Steps to reproduce the behavior:
{
"name": "nodeb",
"nodes": [{
"nodeName": "n1",
"algorithmName": "nodebuild",
"input": [
5
]
}]
}
Additional context
function:
function start(args) {
return args[input][0]
}
The text was updated successfully, but these errors were encountered: