Throw activity bug

When using throw activity the error throws and ends in workflow and not being caught by the main workflow.

@dhennespiritu
You should be used Rethrow activity

2 Likes

Hi @dhennespiritu

Could you show the scenario? Some screenshots would help.

I changed the category until we establish what is wrong here :slight_smile:

1 Like

Make sure that whole sequence is kept in TRY Block of try catch activity and if the THROW activity throws any error inside sequence then it will be caught by CATCH block of the same try catch activiTy
Inside the catch block we can use a log message activity and have a sequence that consists of activities to be followed when an exception occurs

Cheers @dhennespiritu

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