yade_execute_task
Run Python scripts asynchronously in YADE for long discrete element simulations. Submit file paths to receive immediate task IDs while computations execute in the background.
Instructions
Submit a Python script for asynchronous execution in YADE.
Returns a task_id immediately; the script runs in the background. Use the companion tools to manage the task lifecycle:
yade_check_task_status: poll output, progress, and final status
yade_interrupt_task: cancel a running task
yade_list_tasks: browse task history
Use this for production simulation runs, long O.run() cycles, and any operation that may take minutes or longer. For quick queries and REPL-style testing, use yade_execute_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_script | Yes | Absolute path to entry Python script for YADE | |
| description | Yes | Brief task purpose |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||