You can override behavior in the User view by setting the allowedWorkItemTransitions option as a property of the form as follows:
| <Form ......>
   <Properties>
     <Property name=’allowedWorkItemTransitions’>
       <list>
         <s>myCustomType</s>
        </list>
 <     /Property>
    </Properties> |