I know that there is a process of exporting the full IME and importing it into another environment.
What if I want to export just one task, and import that into the next environment up?
Product: Identity Manager
This can be done using the SelectiveExportUtil found in the documentation here
Here is an example of how to get the create user task and all associated objects:
SelectiveExportUtil.bat -user IME_ADMIN -pwd PASSWORD -url "http://<im_host>:<port>/iam/im/ws/<IME_alias>" -exportTo CreateUser.xml -filter "{\"criteria\": [{\"objectType\": \"ADMINISTRATIVE TASK\",\"identifyAttributeName\":\"name\",\"criterion\": [{\"operator\": \"EQUALS\", \"values\":[\"Create User\"]}]}]}"