You’ve created a new workflow with XML and import it to SCSM. But for some reason it doesn’t listed in Workflow –> Status view. Why?
The reason is that this view contains workflow only what have “Microsoft.EnterpriseManagement.ServiceManager.Rules.WorkflowSubscriptions” category. So you must add category to your management pack and then your workflow will appear in the view:
<Category ID="%YOUR_CATEGORY_ID%" Target="%ID_OF_YOUR_WORKLOW%" Value="Admin!Microsoft.EnterpriseManagement.ServiceManager.Rules.WorkflowSubscriptions" />
“Admin” is an alias of the Microsoft.EnterpriseManagement.ServiceManager.UI.Administration management pack.