[@qualtrics/workflows-task-client](README.md) › [Globals](globals.md)

# @qualtrics/workflows-task-client

# Workflows Task Client
## ! READ BEFORE USE !
This library is for Qualtrics developers. To get started, sign up for the developer program [here](https://developer.qualtrics.com/developer/portal/).

*This library will NOT work outside of the Qualtrics developer ecosystem!*

## Getting Started
Follow [these steps](https://developer.qualtrics.com/developer/portal/documentation/1bd4e078a35c1-hello-world-setup) on the Qualtrics developer portal to begin developing XM Extensions.

## API Documentation
Sign in using your developer account to access WorkflowsTaskClient API documentation

## Migration
`@qualtrics/actions-task-client` has been renamed to `@qualtrics/workflows-task-client`. `@qualtrics/actions-task-client` is now deprecated.

If you have not already done so, please migrate to `@qualtrics/workflows-task-client`.

### Steps to migrate to @qualtrics/workflow-task-client
1. Run `npm uninstall @qualtrics/actions-task-client`
2. Run `npm install @qualtrics/workflows-task-client`
3. Replace all references of `@qualtrics/actions-task-client` with `@qualtrics/workflows-task-client`
