caido/caido

Output from js node to shell node

Opened this issue ยท 1 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help us know what to work on
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

Description

Currently it's not possible to use output of the js node to the shell node

Use cases

Improved workflows, since they're supposed to be nodes and interact with each other

Specifically it is not possible to output from the HTTP JS Node to the HTTP Shell Node, it is possible to do so in convert since the Shell Node (not http variant) takes bytes in input. We can patch the HTTP Shell Node by adding a Data input, but ideally we want to allow users to set additional inputs to nodes.