--- alias: user-guide-automation-task-oib-getactualsetups tags: - automation tasks description: "This task retrieves unfiltered physical machine setup details based on provided identifiers" --- # Get Line Status This task delivers the actual physical setups *unfiltered* for the specified machine(s). ![Screenshot showing a UI with options for "Get Actual Setups" and related parameters.](./images/getactualsetups_parameters.png) ## Inputs | Name | Data Type | Description | |--------------|-----------|-----------------------------------------------------| | lineFullPath | `String` | Line Full Path eg: `Virtual Lines\\Virtual Line 01` | | machineId | `String` | MachineId to query for ActualSetup | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | actualSetups | `Object` | The actual setups of the specified machine. | | 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 General section of the Settings page.](./images/getactualsetups_settings.png) ## Remarks None.