We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

workflow gets triggered twice

santiago_bergal
Tera Expert

Hello Community,

 

I created a flow in flow designer which calls a workflow. A story is created and then the workflow is called (see image below).

 

santiago_bergal_1-1681563859042.png

 

The problem I'm having is that the workflow is triggered twice (see the two tabs for the same workflow execution).

 

Any clues/ideas what could be causing it?

Thanks in advance.

Best regards,

 

santiago_bergal_2-1681563939118.png

 

 

1 ACCEPTED SOLUTION

santiago_bergal
Tera Expert

Thank you @Sandeep Rajput.
I was able to solve this issue. In workflow properties I marked conditions as "none". That worked the trick.

 

Hope it helps someone in the future!

 

santiago_bergal_0-1681855578048.png

 

View solution in original post

3 REPLIES 3

Sandeep Rajput
Tera Patron

Are you sure that the workflow is triggering from the flow only? It might be possible that another instance of the same workflow is triggering via a business rule. Also, check the trigger conditions for the workflow.

santiago_bergal
Tera Expert

Thank you @Sandeep Rajput.
I was able to solve this issue. In workflow properties I marked conditions as "none". That worked the trick.

 

Hope it helps someone in the future!

 

santiago_bergal_0-1681855578048.png

 

If workflow condition matches to none , then how workflow will trigger