Skip to content

Commit 9f44bd5

Browse files
committed
Add Task Queue description
1 parent d0da167 commit 9f44bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/resources

content/en/docs/refguide/modeling/resources/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Resources** category contain various document types that can be used in di
3131
| [Dataset](/refguide/data-sets/) | Pages | Datasets define the data shown in reports widgets. |
3232
| [Java action](/refguide/java-actions/) | Microflows | Java actions can extend the functionality of your application. They can be called from microflows. |
3333
| [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. |
3535
| [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. |
3636
| [Enumeration](/refguide/enumerations/) | Domain model | Enumerations are used to define attributes of an enumeration type. |
3737
| [Constant](/refguide/constants/) | Microflow expressions and Consumed web services | Constants are used to define configuration values. |

0 commit comments

Comments
 (0)