Skip to content

Commit

Permalink
link to External Events Timelines from scheduling example
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Nov 6, 2024
1 parent 1a6b2e3 commit 6323167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6323167

Please sign in to comment.