|
6 | 6 | <icon></icon> |
7 | 7 |
|
8 | 8 | <properties> |
9 | | - <property key="interval" type="integer" defaultValue="30000"> |
| 9 | + <property key="interval" type="integer" defaultValue="30000"> |
10 | 10 | <caption>Interval (in ms)</caption> |
11 | 11 | <category>Behavior</category> |
12 | 12 | <description> |
13 | | - Defines how often the microflow is called. Note that the inteval is in milliseconds, so the default, 30000, equals 30 seconds. Note that, unless Execute Once is set to true, the microflow is invoked immediately after loading the form for the first time. |
| 13 | + Defines how often the microflow is called. Note that the inteval is in milliseconds, so the default, 30000, equals 30 seconds. Note that, unless Execute Once is set to true, the microflow is invoked immediately after loading the form for the first |
| 14 | + time. |
14 | 15 | </description> |
15 | 16 | </property> |
16 | 17 | <property key="once" type="boolean" defaultValue="false"> |
|
27 | 28 | <caption>Microflow</caption> |
28 | 29 | <category>Behavior</category> |
29 | 30 | <description>The microflow to be executed. If the microflow returns false, it will not be executed any longer until the context changes.</description> |
30 | | - <returnType type="Boolean" /> |
| 31 | + <returnType type="Boolean"/> |
31 | 32 | </property> |
32 | | - <property key="firstIntervalAttr" type="attribute" required="false"> |
| 33 | + <property key="firstIntervalAttr" type="attribute" required="false"> |
33 | 34 | <caption>First tick delay</caption> |
34 | 35 | <category>Context</category> |
35 | 36 | <description>An optional attribute on the context entity, indicating a custom first interval (in milliseconds). This could be used for continuing a timer that ticks once per minute, but should wait for 60 seconds thereafter.</description> |
36 | | - <attributeTypes> |
37 | | - <attributeType name="Integer" /> |
38 | | - </attributeTypes> |
39 | | - </property> |
40 | | - <property key="intervalAttr" type="attribute" required="false"> |
| 37 | + <attributeTypes> |
| 38 | + <attributeType name="Integer"/> |
| 39 | + </attributeTypes> |
| 40 | + </property> |
| 41 | + <property key="intervalAttr" type="attribute" required="false"> |
41 | 42 | <caption>Interval Attribute (in ms)</caption> |
42 | 43 | <category>Context</category> |
43 | 44 | <description>Defines how often the microflow is called using an attribute. If set, overrides the interval specified below.</description> |
44 | | - <attributeTypes> |
45 | | - <attributeType name="Integer" /> |
46 | | - </attributeTypes> |
47 | | - </property> |
48 | | - <property key="timerStatusAttr" type="attribute" required="false"> |
| 45 | + <attributeTypes> |
| 46 | + <attributeType name="Integer"/> |
| 47 | + </attributeTypes> |
| 48 | + </property> |
| 49 | + <property key="timerStatusAttr" type="attribute" required="false"> |
49 | 50 | <caption>Timer Status Attribute</caption> |
50 | 51 | <category>Context</category> |
51 | 52 | <description>An optional attribute on the context entity, indicating the status of the timer.</description> |
52 | | - <attributeTypes> |
53 | | - <attributeType name="Boolean" /> |
54 | | - </attributeTypes> |
55 | | - </property> |
| 53 | + <attributeTypes> |
| 54 | + <attributeType name="Boolean"/> |
| 55 | + </attributeTypes> |
| 56 | + </property> |
56 | 57 | </properties> |
57 | 58 | </widget> |
58 | | - |
0 commit comments