stop processing in inbound action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 12:50 PM
Hi
In script "event.state = "stop_processing"; is not working help me

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 01:03 PM
Are you sure you are receiving the correct status value?
Can you also try
If it doesnt work, can you explain the complete use case?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 01:34 PM
Hi @SanjivMeher
I created custom script to create incident for particular keywords but OOB create incident should not create record if custom one create record. OOB should work if custom does not match the keywords.
But in my system both inbound actions creating incidents even i use this "event.state = "stop_processing"; "
I am getting correct status.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 03:26 PM
did you make sure to set the order? You custom inbound should have the lower order than the create incident inbound action.
Please mark this response as correct or helpful if it assisted you with your question.