Right now I have a Custom Workflow Activity, I've developed on a test server and it's working fine. However when bundled into a .wsp on the test server and deployed to production, SharePoint Designer 2007 doesn't even see the workflow. I've already checked the following:
- GAC on production server, it's there, same version as test
- Workflow .actions file is perfectly in sync between test and production
- Opened up the .cab and checked the feature.xml file, all looks ok.
I'm guessing it's a server sync issue of some sort, but where would I start from here?
EDIT: It's a farm scoped feature, verified it's installed and deployed.