Datapolis Process System SDK

Search:

Contents
:
IndexBookmarkPrint
Home > Activities > Activity XMLs > Activity Schema

Activity Schema

 

 

Developing an activity requires to create the XML definition file. This file contains the activity parameters definition, as well as the general information for the activity such as title, description and icon shown in Datapolis Process System Designer on the activity list tool pane. All the activity definitions are held in the path as below:

 

"%CommonProgramFiles%\microsoft shared\web server extensions\15\Workbox\Activities\"

Note
The path "%CommonProgramFiles%\microsoft shared\web server extensions\15\Workbox\Activities\"contains the Activities.xml file that is the common place for the default Datapolis Process System activities. Datapolis Process System includes several of activities which realize some scenarios. Studying Activities.xml would be helpful for any developers who want to create the custom activity.

If you need more information about C# functions to write activity, you can find them (with description) in Documentation.chm file.