I'm attempting to help automate an admin task which involves using a workflow to change settings given login credentials as input parameters. It's working, but since the input parameters are logged with the instance of the workflow, checking the Search Results for instances of the workflow run will display the supplied credentials as they are input parameters.
I attempted to overwrite the input parameters with blank values and saving them to the Forms Process (which works for removing the sensitive variables in the Forms Process), but the Workflow Search Results still shows the input parameters as they were supplied to the workflow instance.
Is there any way to make input parameters either not appear or have confidential values when running a workflow Search Results?