> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Reliable Task

Send a task to specified sensors.

**Note**: The Reliable Tasking extension must be enabled in order to use this action.

<Note>
  External Documentation

  To learn more, visit the [LimaCharlie documentation](https://docs.limacharlie.io/docs/ext-reliable-tasking).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                                                                                                            |
  | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Context            | A unique ID used to tag events, allowing you to trigger D\&R rules based on this action's response.                                                                                                                                    |
  | Expression         | Select the target sensors using an expression.<br /><br />For more information, refer to (LimaCharlie documentation)\[[https://docs.limacharlie.io/docs/ext-reliable-tasking](https://docs.limacharlie.io/docs/ext-reliable-tasking)]. |
  | Organization ID    | The unique identifier of the organization.                                                                                                                                                                                             |
  | Platform           | Send a task to all sensors running on a specific platform.                                                                                                                                                                             |
  | Selector Type      | The type of sensor selector to use.                                                                                                                                                                                                    |
  | Sensor ID          | The ID of the sensor to send the task to.                                                                                                                                                                                              |
  | Task               | The command the sensor should execute.                                                                                                                                                                                                 |
  | Time To Live (TTL) | The timeframe in seconds that the system will try to send the task to the sensor. <br /><br />The default value is 1 week (or `604800` seconds).                                                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"queued_sensors": 0,
		"task_id": "123-123-123",
		"tasked_sensors": 1,
		"total_sensors": 1
	}
}
```

## Workflow Library Example

[Create Reliable Task with Limacharlie and Send Results Via Email](https://library.blinkops.com/workflows/create-reliable-task-with-limacharlie-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-reliable-task-with-limacharlie-and-send-results-via-email/canvas" />
</div>
