Using the .NET Workflow SDK with VertiGIS Studio Desktop
Custom activities are being added to VertiGIS Studio Desktop using the add-in mechanism of ArcGIS Pro. Providing some implementations for well-known elements, you easily can bring your custom logic to Workflow Desktop:
- Create a new (or extend your existing) ArcGIS Pro add-in.
- Add a reference to Workflow Runtime NuGet Package to your project
- Implement your activities
Next Steps
Implement a Custom Activity
Implement a custom activity for VertiGIS Studio Desktop