Flow action - How to return step status?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 09:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 11:53 PM - edited 11-20-2024 11:45 PM
Up!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 11:45 PM
Up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 07:25 AM - edited 12-05-2024 07:41 AM
It seems that "Step Status" and "Action Status" are reserved objects to handle exceptions and can only be used for error evaluations in the flow.
I tried unsuccessfully to modify the "__step_status__" or "__action_status__" within the script.
But if i throw an exception, it automatically populates the step status object which is then propagated to the action status object with a code = 1 and the message thrown in my exception.
If anybody have a tip/trick for that --> +1