214k views
2 votes
what should you use to make sure that the workflow continues no matter what activity fails__________.

User Izydorr
by
3.7k points

1 Answer

5 votes

Answer:

Try/Catch Activity

Step-by-step explanation:

The progress of each activity in a workflow ensure that the project does not stop and it completed as planned. When certain activities/activity in the workflow fails, continuation is possible and this continuation is ensured by setting Try/catch activities within the workflow.

The Catch activity is a set of activity or activities that is lined up to try when an error occurs.

The Try activity is a set of activity that is performed but that has a chance of running into error.

Cheers.

User C R
by
4.0k points