Activities
The following table lists the activities that are included in the Alteryx Activities Package.
| Activity | Description |
|---|---|
| Alteryx Scope | Establishes an authenticated connection to your Alteryx application |
| Get Workflows | The Get Workflows activity uses the Alteryx Get Studio Apps API to find workflows in subscriptions. After retrieving the report, the activity outputs the report in a Workflow[] object. |
| Get Questions | The Get App Questions activity uses the Alteryx Get Questions API to retrieve the questions for a given App. After retrieving the report, the activity outputs the information in a Question[] object. |
| Run Job | The Run Job activity uses the Alteryx Enqueue Post and Get Job API methods to queue a job and, if it is of short duration, wait for and return the results. It will return a Job object and if the job has completed, an the Outputs Ids in a string[] object. |
| Get Jobs | The Get App Jobs activity uses the Alteryx Get Jobs API to get a list of jobs for a given app. The output of this activity in a Job[] object. |
| Get Job | The Get Job activity uses the Alteryx Get Job API to retrieve a job in a Job object. |
| Get Job Output | The Get Job Output activity uses the Alteryx Get Job Output API to the results of a specific Job and Output. It will return a Model object as a result of the activity. |
| Get App | The Get App activity uses the Alteryx Get App Info API to return in a package form an application. The app will be downloaded to a local folder as a result of this activity. |