Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building a node algorithm #464

Closed
eytangro opened this issue Aug 6, 2019 · 0 comments
Closed

building a node algorithm #464

eytangro opened this issue Aug 6, 2019 · 0 comments

Comments

@eytangro
Copy link
Contributor

eytangro commented Aug 6, 2019

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:

  1. run the pipleine:

{
"name": "nodeb",
"nodes": [{
"nodeName": "n1",
"algorithmName": "nodebuild",
"input": [
5
]
}]

}

Additional context
function:

function start(args) {
return args[input][0]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants