From 63231678913f0e66b1820708890a0e6881754648 Mon Sep 17 00:00:00 2001 From: dandelany Date: Tue, 5 Nov 2024 16:34:05 -0800 Subject: [PATCH] link to External Events Timelines from scheduling example --- .../procedural/scheduling/examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx b/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx index 53afd76..2724bd0 100644 --- a/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx +++ b/docs/scheduling-and-constraints/procedural/scheduling/examples.mdx @@ -145,7 +145,7 @@ This can mean a variety of different things, depending on the exact behavior we - schedule the activity based on events of type `"Test_Type"` - schedule the activity based on events with the substring `"01"` in their key. -We will just show one case - events belonging to the second source with the substring `"01"` in their key. +We will just show one case - events belonging to the second source with the substring `"01"` in their key. The event query and subsequent call to `plan.events()` in this example creates an `ExternalEvents` timeline object - see [Timelines: External Events](../../scheduling-and-constraints/procedural/timelines/basics/external-events/) for more information. ```java @SchedulingProcedure