Comment by santa_boy
1 day ago
Few qs:
1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
1 day ago
Few qs:
1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
1) functionally, not that I'm aware of. the only thing right now is running from a specific block onwards, something that we are rolling out this week. you'll be able to run the workflow in debug mode and get really granular information about each node, the inputs and outputs, and resume from any point in the workflow with mock data
2) there is, we also have a code node that uses E2B to run code in isolated sandboxes. it supports python and ts/js
3) yes, in the code node you can use frameworks/libs since we do RCE