Dataverse Classic Custom Activity

Scaffold a custom workflow activity for Dataverse Classic Workflows - a C# `CodeActivity` class that XAML can call through `mxswa:ActivityReference`. Use when user says "create a custom workflow activity", "scaffold a CodeActivity", "write a C# workflow step", "I need a step that does X and the platform has no built-in", "register my workflow assembly", "my custom activity does not show up in the designer", or works with `Microsoft.CrmSdk.Workflow` or spkl `[CrmPluginRegistration]`. Covers the .NET Framework 4.6.2 target, `[Input]` / `[Output]` / `[RequiredArgument]` / `[Default]` / `[ReferenceTarget]` / `[AttributeTarget]` parameter attributes, the sandbox constraints, and assembly registration. Do NOT use for editing workflow XAML (use dataverse-classic-write) or for Dataverse plugins registered on SDK message steps.

rwilson504 Updated

File contents

rwilson504/agent-skills/tree/main/src/skills/dataverse-classic-custom-activity commit 76e648f761

Frequently asked questions

npx skillmds@latest add rwilson504/dataverse-classic-custom-activity