Creating, editing, and deleting automations - AWS App Studio

AWS App Studio is in preview and is subject to change.

Creating, editing, and deleting automations

Creating an automation

Use the following procedure to create an automation in an App Studio application. Once created, an automation must be configured by editing its properties and adding actions to it.

To create an automation
  1. If necessary, navigate to the application studio of your application.

  2. Choose the Automations tab.

  3. If you have no automations, choose + Add automation in the canvas. Otherwise, in the left-side Automations menu, choose + Add.

  4. A new automation will be created, and you can start editing its properties or adding and configuring actions to define your application's business logic.

Viewing or editing automation properties

Use the following procedure to view or edit automation properties.

To view or edit automation properties
  1. If necessary, navigate to the application studio of your application.

  2. Choose the Automations tab.

  3. In the left-hand Automations menu, choose the automation for which you want to view or edit properties to open the right-side Properties menu.

  4. In the Properties menu, you can view the following properties:

    • Automation identifier: The unique name of the automation. To edit it, enter a new identifier in the text field.

    • Automation parameters: Automation parameters are used to pass dynamic values from your app's UI to automation and data actions. To add a parameter, choose + Add. Choose the pencil icon to change the parameter's name, description, or type. To remove a parameter, choose the trash icon.

      Tip

      You can also add automation parameters directly from the canvas.

    • Automation output: The automation output is used to configure which data from the automation can be referenced in other automations or components. By default, automations do not create an output. To add an automation output choose + Add. To remove the output, choose the trash icon.

  5. You define what an automation does by adding and configuring actions. For more information about actions, see Adding, editing, and deleting automation actions and Automation actions reference.

Deleting an automation

Use the following procedure to delete an automation in an App Studio application.

To delete an automation
  1. If necessary, navigate to the application studio of your application.

  2. Choose the Automations tab.

  3. In the left-side Automations menu, choose the ellipses menu of the automation you want to delete, and choose Delete. Alternatively, you can choose the trash icon from the right-side Properties menu of the automation.

  4. In the confirmation dialog box, choose Delete.