<widgetActivity>
| Attribute | Description | Namespace | Optional |
|---|---|---|---|
| id | Id of the activity | No | |
| definition | XLink to the widget component | 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 |
<widgetActivity definition="onion://data/objects/430" id="display" result:success="dialog" result:error="error" result:check="check" />
serverActivity
