Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • <aspect>
  •       <configuration>
  •            <lifecycle>
  •                <scxml>
  •                     <state>
  •                          <datamodel>
  •                               <data name="">
  •                                     <item name="" forEvent="">
  •                                           <permissions>
  •                                                 <permission roles=""/>
  •                                           <validations>
  •                                                 <validation forEvent="" class="">
  •                                                       <parameter>
  •                                     <js forEvent="">
  •                                           <console function="">
  •                                                 <script type="text/javascript">
  •                                           <server function="">
  •                                                 <script type="text/javascript">
  •                                     <execution forEvent="" class="">
  •                                           <parameter name="" value=""/>
  •                                     <ui forEvent="" href=""/>
  •                          <transition event="" target=""/>

...

Info
titleNote

Governance Registry does not support multiple states with the same name and, therefore, all the state names of a lifecycle should be unique.

Back to Top ^

...

<datamodel> 
Anchor
datamodel
datamodel

XML Syntax 
Description

This element contains all the custom elements which are defined in the lifeCycles model. The SCXML specification allows users to define a data model to a state and this extension is used to define custom elements.

Type 
Default Value 
Fixed Values 
Mandatory/Optional 

This element has no attributes.

Back to Top ^

...

 

<data name="checkItems/transitionValidations/transitionPermission/transitionScripts/transitionExecution/transitionUI">

...