TheHive Execute Analyzer node stopping without data

Describe the issue/error/question

In our workflow we parse URL and attachments from the emails and add those URLs and attachment hashes in Thehive as Observable. Our workflow is stopping when there is no data because not all emails will have attachments and URLs both. If the email does not have anyone of those then the node is stopping. We tried with Always Output Data option but it is not working for TheHive Execute analyzer option. The Always Output data is working for TheHive create observable option.

What is the error message (if any)?

Attribute artifactId is missing

Information on your n8n setup

  • **n8n version: 0.202.1
  • **Database you’re using (default: SQLite): Default
  • **Running n8n with the execution process [own(default), main]: Self Hosted Ubuntu
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker

Hi @saikatdas, such errors would typically be coming from the respective API called by a node rather than n8n. To prevent your workflow from stopping here, can you try using the Continue On Fail setting instead?

Hi @MutedJam

Thanks for your response. Continue On Fail setting is allowing the workflow to process.

1 Like

Sweet, glad to hear this works for you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.