--- alias: user-guide-automation-task-oib-getlinestatus tags: - automation tasks description: "This task retrieves detailed status information for a specified production line" --- # Get Line Status This task will give you the status for a particular Line. ![1562171137862](./images/getlinestatus_parameters.png) ## Inputs | Name | Data Type | Description | |----------|-----------|-------------------| | lineName | `String` | Line Full Path | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | name | `String` | Information regarding in which Line the event occurred. Example: 'OIB Training\\Line 1' | | job | `String` | Full path of the job in case the line is operating in barcode mode | | lineControlServer | `String` | Name of the server that controls the line | | productionSchedule | `String` | Name of the production schedule | | stationsStatus | `Object` | Station Status | | 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/getlinestatus_settings.png) ## Remarks {% include-markdown 'includes/pages/automation_zones_note.md' %}