You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We use uTask in our deployment software. We store some technical informations in step results but watchers are not allowed to see data.
Describe the solution you'd like
For a specific template (or maybe specific step), I would like a flag which allows watcher to see output.
Describe alternatives you've considered
The only alternative is to set all watchers as resolver...
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the suggestion. I renamed it as the requester is also not allowed to see the output.
This was a decision we made a long time ago, because we didn't want that requester can see the output of our internal business processes.
Having access to step output is only intended for debugging purposes.
If you want to expose some informations from the steps output to the requester/watchers, I guess you should add them as result_format (https://github.com/ovh/utask#basic-properties) so requester/watchers can see it.
In the mean time, I think that something we should have in the configuration, either on the template or in the global configuration of the instance: if the instance admin knows that all step output are not critical, or safe for the requester to look into, he should be able to disclose them, without redeclaring everything in the result_map
In my case, it can be for debug purpose because when a step is blocked, requester/watchers could see details in step output. At this moment, output result_map is not yet computed.
Is your feature request related to a problem? Please describe.
We use uTask in our deployment software. We store some technical informations in step results but watchers are not allowed to see data.
Describe the solution you'd like
For a specific template (or maybe specific step), I would like a flag which allows watcher to see output.
Describe alternatives you've considered
The only alternative is to set all watchers as resolver...
The text was updated successfully, but these errors were encountered: