why end flow is inactive?

Saras Moorthi
Tera Contributor

i'm trying to create a simple flow , create catalog task and then close ritm , but end flow showing inactive. am i missing anything?

SarasMoorthi_0-1733373271284.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Saras Moorthi ,

Its available in only conditional or flow logic statements. for normal flow no need to use End flow or its disable

 

Tejas_18_1-1733374435145.png

with conditional statement

Tejas_18_2-1733374463082.png

 

Thank You @Saras Moorthi .

 

 

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

Hi @Saras Moorthi ,If you haven't added the End Flow action explicitly, the flow could be auto-completing. this option available when you using the if conditions. in this case no need to add END FLOW it will automatically  auto complete

One common cause is improper configuration, where the flow's logic or conditions do not reach the End Flow activity, preventing it from being executed. This can happen if the flow is waiting for specific conditions that are not met or if it's stuck in an infinite loop. Additionally, if the End Flow activity is wrapped in a conditional statement or decision branch, and the conditions for triggering it are not satisfied, it will remain inactive. Flow dependencies, such as subflows or actions that are not completed successfully, can also block the flow from reaching the end. Errors within the flow, such as missing required fields or incorrect data, might halt execution before the flow can reach the End Flow activity. Another possibility is that the End Flow activity is placed incorrectly within the flow's execution path, either before a critical action or after a non-executable step. Additionally, if the flow itself is inactive or not properly published, it could prevent the End Flow from being executed. Troubleshooting typically involves reviewing the flow logic, conditions, and error logs, and testing with simplified versions of the flow to identify and resolve the issue

Community Alums
Not applicable

Hi @Saras Moorthi ,

Its available in only conditional or flow logic statements. for normal flow no need to use End flow or its disable

 

Tejas_18_1-1733374435145.png

with conditional statement

Tejas_18_2-1733374463082.png

 

Thank You @Saras Moorthi .

 

 

Thank you @Community Alums