Datapolis Process System SDK

Search:

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

Activity

 

 

Top-level element that contains the definition of an activity.

 

<Activity
    Name = "Text"
    Title = "Text"
    Description = "Text"
    NamespaceName = "Text"
    IsCallExternalActivity = "Boolean">
</Activity>

 

Attributes
Name Description
Name Required Text. The name of an activity it should correspond to name of the activity class.
Title Required Text. The title of an activity shown in Datapolis Designer.
Description Required Text. The description of an activity shown in Datapolis Designer.
NamespaceName Required Text. The activity namespace formed according to rule: clr-namespace:[Activity Namespace] ;Assembly=[Activity Assembly Name], Version=[Version], Culture=[Culture], PublicKeyToken=[PublicKeyToken].
IsCallExternalActivity Required Boolen. True to indicate that the activity is based on CallExternalActivity otherwise False. By default set False.