I got a workflow where i get email from Imap Node, then create cases and observables on TheHive.
After that i run analyzers for each observable.
The problem is that some cortex nodes are not running those analyzers.
The marked node are not running analyzers.
What can be the reason for this behavior?
Thanks in advance.
It looks like a lot of your nodes do get executed twice. Is that on purpose or by accident? Because that could be a problem, especially if expressions do get used (even though looking at your workflow it does not use any on those nodes).
Generally, would I assume that the calls get made to the API just fine. Is there a way to see what happens in Cortex and if it gets the calls? Does the output of the node look correct?
Actually it’s not supposed to the nodes run twice. This is a strange behavior. I don’t know how can I fix it.
When Cortex nodes are executed you can see the job running on cortex web application.
In this case you can only see job running for that particular node that ran successfully. The nodes that didn’t run doesn’t return output on n8n.
If you add two input connections to a node with only one input, then the node will execute twice, once for each input connection. If you look at your screenshot above, you will see where it happens.
“HTML Extract” and “The Hive2” are connected to “Move Binary Data1”. So will “Move Binary Data1” execute once with the data of the node “HTML Extract” and once with the data of the node “The Hive2”.