Activity Designer "Test Inputs" doesn't work with the documented roles, due to no ecc_queue record level read ACLDescriptionThe documented roles required for using the Test Inputs feature of Activity Designer, don't include all that are required to see the inputs in the ecc_queue, which means the response isn't displayed to the user. https://docs.servicenow.com/csh?topicname=CreateInputVariables.html&version=latest#test-template-inputs"Test activity template inputsRole required: web_service_admin, activity_admin, activity_creator" Although there is a field level ACL rule for ecc_queue/read already for activity_creator included, there is no record level one.Steps to Reproduce Install a MID Server, with Orchestration application set, and set it as the default MID Server for orchestrationCreate a new Powershell template custom activity from the workflow editor, that simply runs powershell script 'ls' on host 'localhost'. Publish it.As admin, open this activity and click Test Inputs. Result: You will get a Response popup showing the details from the ecc_queue inputAs a user with the documented roles only (web_service_admin, activity_admin, activity_creator), click Test Inputs on the same activity.Result: No Response popup will appear.WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available.. There is already a field level ACL rule for ecc_queue/read for activity_creator role users (/sys_security_acl.do?sys_id=2c924ee52f042300cd8f839fb18c95e6) and a workaround is to also add a record level ACL rule. Click to download this in an Update set. Related Problem: PRB1338289