Question

Customertimes
LV
Last activity: 22 Dec 2015 4:48 EST
How to force fail for file Listener from service activity?
Hello!
For service file (on request tab) defined activity in parse segments, and another one in processing epilog. I added check step (call activity) to both activities, and if check wasn't passed, then jump to last step with error log-message. Need to set Fail status to File listener in case of check wasn't passed (need to rename service file in this case).
How to force fail for file listener from service activity?
Attempted solutions (didn't worked for me, maybe did something wrong):
1) Activity-Set-Status for both activities. Didn't failed a listener.
2) Page-Set-Messages on primary page, and StepStatusFail check in both activities.