You can find the name of an action by modifying the ActionCanExecute workflow to include a line that says
msgbox ActionName
Then execute the actions you are interested in to display the action name. Note this will display EVERY action name and it will affect all users, so you may want to do this only when other people are not logged into the project.
msgbox ActionName
Then execute the actions you are interested in to display the action name. Note this will display EVERY action name and it will affect all users, so you may want to do this only when other people are not logged into the project.