-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
We would like to be able to modify the message given when the submitter of the approval is not accepted.
We have tried to capture the Failure that is sent but the catch is not working as expected:
node(){
try
{ input message: "test submitter", submitter: "mitch,ray", id: "123123123123" }catch(err)
{ print(err.toString()) }}