--- alias: user-guide-automation-task-oib-getrecipedetails tags: - automation tasks description: "This task retrieves recipe details and associated panel/subpanel/component placement information" --- # Get Recipe Details This task returns the Recipe Details from a given Recipe. Outputs an object with Panel/SubPanel/ComponentPlacement information. ![Screenshot showing a user interface with input fields for recipe details.](./images/getrecipedetails_parameters.png) ## Inputs | Name | Data Type | Description | |----------------|-----------|-----------------------------------------------------------------------------| | lineFullPath | `string` | Line Full Path eg: `Virtual Lines\\Virtual Line 01` | | jobFullPath | `string` | Job Full Path eg: `Demo Jobs\\Job ASM ProcessExpert Testboard V10` | | recipeFullPath | `string` | Recipe Full Path eg: `Demo Recipes\\Recipe ASM ProcessExpert Testboard V10` | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | recipeDetails | `Object` | Recipe Details | | 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. ![Screenshot showing the "Get Recipe Details" settings page.](./images/getrecipedetails_settings.png) ## Behavior Call the Task with an OIB Line FullPath, JobFullPath and RecipeFullPath and the task will send a command to the OIB SiplacePro, in the reply of the command there will be Panel/SubPanel/ComponentPlacement information. ## Remarks None.