windmill-api 1.775.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# GetFlowAllResults200ResponseEntriesInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**job_id** | **String** |  | 
**label** | **String** | human-readable label describing the job's position in the flow tree | 
**kind** | **String** | job kind (script, flow, forloopflow, ...) | 
**flow_step_id** | Option<**String**> |  | [optional]
**step_path** | Option<**String**> | materialized step path (e.g. \"a/b\") | [optional]
**depth** | **i32** | depth in the flow tree (0 for the root flow job) | 
**parent_module_type** | Option<**String**> | parent module type (forloopflow, branchall, ...) | [optional]
**sibling_index** | **i32** | 1-based index of this job among siblings sharing the same step | 
**sibling_count** | **i32** | total number of siblings sharing the same step | 
**status** | **String** |  | 
**success** | Option<**bool**> |  | [optional]
**duration_ms** | Option<**i64**> |  | [optional]
**started_at** | Option<**String**> |  | [optional]
**result_prefix** | Option<**String**> | result JSON text truncated to the per-entry budget; absent until the job has completed | [optional]
**result_length** | Option<**i32**> | full length in characters of the result JSON text (greater than the prefix length when truncated) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)