Using the .NET Workflow SDK with VertiGIS Studio Mobile
The VertiGIS Studio Mobile SDK is used to extend VertiGIS Studio Workflow functionality for VertiGIS Studio Mobile. Follow the instructions in the Quickstart project to get set up for VertiGIS Studio Mobile + VertiGIS Studio Workflow custom development.
Creating custom workflow activities for VertiGIS Studio Mobile requires the development and deployment of a custom VertiGIS Studio Mobile application.
SDK Samples
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.
The VertiGIS Studio Mobile SDK includes various SDK Samples for development, including a sample which demonstrate custom workflow functionality .
Next Steps
Implement a Custom Activity
Implement a custom activity for VertiGIS Studio Mobile
Implement a Custom Form Element
Implement a custom form element for VertiGIS Studio Mobile
Reference a Third Party library
Reference a third party library in VertiGIS Studio Mobile