run_flyte_task
Execute Python tasks on a Flyte cluster by specifying the module path, task name, and input arguments for workflow automation.
Instructions
Execute a task on the configured Flyte cluster. Requires flyte-sdk installed.
module_path: absolute path to the .py file defining the task task_name: Python name of the task function within that file inputs: dict of input kwargs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | ||
| task_name | Yes | ||
| inputs | No |