kratos_list_processes
List discoverable Kratos Python process modules for use in ProjectParameters, with optional filters and default settings.
Instructions
List Python process modules (boundary conditions, loads, output, utilities) discoverable in the Kratos source tree. These are the values usable as 'python_module' in ProjectParameters process lists. With with_defaults=true, each entry also carries the process' default_settings and param_types parsed from its source (best effort; modules whose defaults cannot be parsed are still listed without them). Use kratos_get_process_defaults for a single module's full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | No | ||
| name_filter | No | ||
| with_defaults | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |