docs(task-runner): remove deprecated runner from example (#13654)

This commit is contained in:
Will Russell
2025-12-16 10:01:27 +00:00
committed by GitHub
parent b167c52e76
commit 60235a4e73

View File

@@ -63,7 +63,8 @@ import java.util.*;
- id: run_post_approval
type: io.kestra.plugin.scripts.shell.Commands
runner: PROCESS
taskRunner:
type: io.kestra.plugin.core.runner.Process
commands:
- echo "Manual approval received! Continuing the execution..."