Download as PDF

<serverActivity>

 

Attribute Description Namespace Optional
id Id and function name of the activity   No
result:success Next activity, if the current activity has been successfully executed http://onion.net/workflow/activityresult Yes
result:error Next activity, if the current activity has not been successfully executed http://onion.net/workflow/activityresult Yes
result:* Any attribute, which points to an activity that can be called after the current activity http://onion.net/workflow/activityresult Yes
<serverActivity id="prepare" result:success="display" result:error="error" result:check="check" />