Activities
The following table lists the activities that are included in the Workato Activities Package.
| Activity | Description |
|---|---|
| Workato Scope | Facilitate the authorization to connect to your Workato environment. |
| List Recipes | Retrieves the list of active or non-active recipes that belong to the user specified in the Workato Scope activity. This activity also gives you the ability to narrow your results by id value and/or by the action applications. After completing the get operation, the activity outputs the relevant recipes in a Recipe[] object that you can use as an input variable in subsequent activities (e.g., Recipe(0).Id in Start Recipe, Stop Recipe). |
| List Connections | Retrieves a list of connections available for the designated user. |
| Invoke Endpoint | Allows a user to invoke a Workato endpoint and obtain the results. |
| Get Recipe | Retrieves the details of a specific recipe that belongs to the user specified in the Workato Scope activity. After completing the get operation, the activity outputs the details in a Recipe object that you can use as an input variable in subsequent activities (e.g., Recipe.Id in Start Recipe, Stop Recipe). |
| Start Recipe | Starts a specific recipe that belongs to the user specified in the Workato Scope activity. |
| Stop Recipe | Stops a specific recipe that belongs to the user specified in the Workato Scope activity. |