Can anyone suggest what I'm doing wrong here?
I created a custom workflow using this example Create a custom workflow . But this does not appear as a plugin / activity type in the plugin registration tool. See image below:

My example code for activity is below:
UPDATED CODE
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Activities; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Workflow; namespace TestCustomWorkflowActivity { public class SampleCustomActivity : CodeActivity { protected override void Execute(CodeActivityContext executionContext) {
Platform
Dynamics of CRM 2013 by premises v 6.1.2.112 (installed SP1 UR2)
Dynamics CRM 2015 Online
.NET Framework Version
4.0
c # workflow-foundation workflow-foundation-4 dynamics-crm dynamics-crm-online
Khadim Ali
source share