You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/resources/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The **Resources** category contain various document types that can be used in di
31
31
|[Dataset](/refguide/data-sets/)| Pages | Datasets define the data shown in reports widgets. |
32
32
|[Java action](/refguide/java-actions/)| Microflows | Java actions can extend the functionality of your application. They can be called from microflows. |
33
33
|[JavaScript action](/refguide/javascript-actions/)| Nanoflow | JavaScript actions can extend the functionality of your application. They can be called from nanoflows. |
34
-
|[Task queue](/refguide/task-queue/)| Microflows and Java actions ||
34
+
|[Task queue](/refguide/task-queue/)| Microflows and Java actions |A Task queue allows you to run microflows or Java actions asynchronously while controlling the number of tasks that are active.|
35
35
|[Rule](/refguide/rules/)| Microflows | Rules contain the application logic that should result in an enumeration or a Boolean. They are used in decisions in microflows. |
36
36
|[Enumeration](/refguide/enumerations/)| Domain model | Enumerations are used to define attributes of an enumeration type. |
37
37
|[Constant](/refguide/constants/)| Microflow expressions and Consumed web services | Constants are used to define configuration values. |
0 commit comments