Activity "Send Interim Result" and "Triggered workflow"

Hello,

The activity “Send Interim Result” doesn’t seem to work inside a triggered workflow.
Is there a workaround ?

Thanks, Bruno

@bruno40

If you’re encountering issues with a specific activity in a triggered workflow, here are some general troubleshooting steps:-

Verify if the activity you’re trying to use is supported within a triggered workflow. Some activities may have limitations when used in specific contexts.

Make sure you are using the latest version of UiPath Studio. Sometimes, issues are resolved in newer versions.

If you encounter an issue with a specific activity, consider seeking help from the UiPath community forums or reaching out to UiPath support for assistance.

If there is a limitation with a particular activity, you can often work around it by writing custom code or using other activities to achieve the same functionality. UiPath provides a range of activities and features for building custom logic.

Ensure that the trigger configuration and input parameters are set correctly and are compatible with the activities you are using in the triggered workflow.

Check the UiPath release notes and forums for any known issues related to the specific activity or triggered workflows. Sometimes, there are specific solutions or workarounds for known problems.

Cheers…!

Hello,
I’ve modified the example (attached) from Building a real-time calculator to illustrate : the counter in the lower part is working as expected, but hitting a button (“Sum”, “Substract”, …) should display “Calculating” and 5 seconds later the result.
SendInterimRes_and_TriggeredWorkf.zip (51.4 KB)

Here is the answer from UiPath support to my request :
“[…] Unfortunately, you can not send interim results from triggered workflows, at least not yet […]”
I hope we will be able to use both in a future version.
Cheers,
Bruno

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.