Skip to main content

VertiGIS Studio Workflow .NET SDK Overview

VertiGIS Studio Workflow has a .NET runtime for executing workflows in a .NET environment. VertiGIS Studio Mobile and VertiGIS Studio Workflow Server both run workflows in a .NET environment.

Workflows for VertiGIS Studio Mobile and VertiGIS Studio Workflow Server are still authored in the VertiGIS Studio Workflow Designer. Custom .NET workflow activities can be executed by name with the Run Activity activity. In addition, the VertiGIS Studio Workflow Typescript SDK can be used to create activity stubs that give a user friendly interface for custom .NET workflow activities.

note

We recommend that you only implement the IActivityHandler interface examples provided in the Developer Center. These examples have been verified and are provided to help you customize your VertiGIS Studio product to suit your needs. You should not reference other classes and functions from the various VertiGIS Studio Workflow assemblies. Doing so could risk breaking functionality and/or unexpected results as a result of future changes.

Get Started

Create an Activity for VertiGIS Studio Mobile

Create a custom activity in VertiGIS Studio Mobile

Create an Activity for VertiGIS Studio Workflow Server

Create a custom activity in VertiGIS Studio Workflow Server