Enso_Secret.update_value
update_valuenew_value
Group: Output
Documentation
Updates the value of a secret.
Arguments
new_value
: The new value of the secret
Remarks
Secret Caching
Note that secret values are cached, so the update may not be visible in
other workflows unless they are restarted. You can also use the
Enso_User.flush_caches
function to flush the caches.