Skip to content

Commit b6b8863

Browse files
authored
Update README.md
1 parent b60e8cf commit b6b8863

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/SchedulerDemo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ This is an asynchronous alternative of `getTaskExecutionPermission`, also enabli
1616
scheduler.notifyTaskCompletion(context.appId, context.procId);
1717
```
1818
This function should be used to notify that a task has been completed. This allows the scheduler to trigger subsequent tasks, or even update the execution schedule.
19+
20+
## Running the example
21+
22+
See [Hyperflow simple scheduler](https://github.com/hyperflow-wms/hyperflow-simple-scheduler)

0 commit comments

Comments
 (0)