(10 hours ago)admin Wrote: (Yesterday, 08:26 PM)chmichael Wrote: Hello,
You can add a checkbox to pass the result. (Default unchecked)
Thank you
Get what you mean and I'll give feedback to my development team.
I would prefer something like dynamic variables that can be used whenever needed.
Examples:
%time% = current time
%date% = current date
%exitcode% = ok|error
%errorcode% = error code, if error occured
%errormsg% = error message, if error occured
%runtime% = runtime in seconds
%size% = backup size in kbyte
... and a lot of other maybe useful variables.
Then you can implement a small link that opens a popup to show all the available variables to choose from.
When needed, you can then use any/none of the given variables in the parameters.
So if your application needs an error code, just give it a go with myapplication.exe code=%exitcode% or something similar.
Another advanced idea could be the implementation of webhooks or the possibility to specify a direct URL that gets executed. This could also support variables then.