Skip to main content

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:

  1. Create a new (or extend your existing) ArcGIS Pro add-in.
  2. Add a reference to Workflow Runtime NuGet Package to your project
  3. Implement your activities

Next Steps

Implement a Custom Activity

Implement a custom activity for VertiGIS Studio Desktop