--- alias: user-guide-automation-task-oib-getrecipeforstation tags: - automation tasks description: "This command retrieves recipes and process states for a station by lane" --- # Get Recipe for Station This command will give you the recipe for a particular station, by lane. ![1562171137862](./images/getrecipeforstation_parameters.png) ## Inputs | Name | Data Type | Description | |-------------|-----------|-------------------| | lineName | `String` | Line Full Path | | stationName | `String` | Station name | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | leftConveyorRecipe | `String` | Recipe Name for the Left Conveyor | | leftConveyorProcessState | `String` | Process State of the Left Conveyor | | rightConveyorRecipe | `String` | Recipe Name for the Right Conveyor | | rightConveyorProcessState | `String` | Recipe Name for the Right Conveyor | | Success | `Boolean` | Triggered when the task is executed with success | | Error | `Error` | Triggered when the task failed for some reason | ## Settings On the `General` tab, you have the usual settings. ![1562259678207](./images/getrecipeforstation_settings.png) ## Remarks None.