Closed yBqdo2VLaCdftea1MqgSdtEhrPZtV5oJRr4eIUo closed 1 year ago
Hello, is there a way to supply input parameter for Fail actor (error message I'd like to throw)? I'd like to construct my error message based on my previous actor result.
Best regards, Andrey
Yes, you need to add ${param_name} to the message text. Then the will be added as a new input to the actor.
Hi Nataly, thank you! Not sure how I missed that, it is even in actor description.. my bad (
Hello, is there a way to supply input parameter for Fail actor (error message I'd like to throw)? I'd like to construct my error message based on my previous actor result.
Best regards, Andrey