# DispatchWorkflowOption

DispatchWorkflowOption options when dispatching a workflow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputs** | **{ [key: string]: string; }** | Input keys and values configured in the workflow file. | [optional] [default to undefined]
**ref** | **string** | Git reference for the workflow | [default to undefined]
**return_run_info** | **boolean** | Flag to return the run info | [optional] [default to false]

## Example

```typescript
import { DispatchWorkflowOption } from 'berg';

const instance: DispatchWorkflowOption = {
    inputs,
    ref,
    return_run_info,
};
```

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