Download as PDF

<dialogActivity>

 

Element Description Namespace Number
components Contains bindings for components http://onion.net/modulesystem/workflow 1

 

 

Attribute Description Namespace Optional
id Id 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
<dialogActivity id="dialog" result:success="client">
<components>
<component match="set" definition="global:///sys/modules/2568F269-D701-4953-9245-5C4E76FC9B20/components/onion-workflowdialog/root-component.xml" />
<component match=".sample" definition="onion://data/objects/432" />
</components>
</dialogActivity>