Datapolis Process System SDK

Search:

Contents
:
IndexBookmarkPrint
Home > Activities

Activities

 

 

In Datapolis Process System you can develop your custom activity which can be available to use like OOB activities. It will be available in group Custom.

To create an activity in Datapolis Process System that will be available in activity window in designer you should follow below steps:

  • Activity Code - develop assembly containing code of your activity
  • Activity XMLs - prepare XML file that will be available for designer to understand how it should show your activity in activity window (i.e. names, parameter names, allowed lookups to use) and how it should deploy it in workflow
  • Multilanguage in Activities (optional) - prepare additional files in case you would like to have your activity be shown different in different languages in Designer
Additionally please follow Creating Activity Tutorial that will guide you step by step how to create simple activity and if you encourage some problems please check Troubleshooting section. Also check Download section for project example.