--- alias: user-guide-automation-task-oib-getjobdetails tags: - automation tasks description: "This task retrieves job details based on line and job full paths" --- # Get Job Details This task returns the Job Details for a specific line. Outputs an object with Job->Recipes Structure. ![Screenshot showing job details page with "Get job details" heading and possible errors in displayed text.](./images/getjobdetails_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` | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | jobDetails | `Object` | Job 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 job retail settings.](./images/getjobdetails_settings.png) ## Behavior Call the Task with an OIB full Line Path and the task will send a command to the OIB SiplacePro, in the reply of the command there will be the information for the Job Details. ## Remarks None.