- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 08:35 PM
i'm trying to create a simple flow , create catalog task and then close ritm , but end flow showing inactive. am i missing anything?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 08:55 PM
Hi @Saras Moorthi ,
Its available in only conditional or flow logic statements. for normal flow no need to use End flow or its disable
with conditional statement
Thank You @Saras Moorthi .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 08:44 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 09:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 08:55 PM
Hi @Saras Moorthi ,
Its available in only conditional or flow logic statements. for normal flow no need to use End flow or its disable
with conditional statement
Thank You @Saras Moorthi .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 08:30 PM
Thank you @Community Alums