Skipping an Activity with No Output
You can skip a particular activity such as Sleep, eFTL Publish message, StartaSubFlow and others in unit testing if that activity does not have any outputs.
To skip an activity with no output:
- Procedure
- In the Explorer View, click
<app name>.flogotest
. - On the Main Flow/Error Handler tab, select the activity you want to skip.
-
On the selected activity dialog, click Yes, Skip.
Note: When you run the Unit Tester, the activities you skipped are displayed as "Activity Mocked".
You can later enable the activity you have skipped using the same steps.