Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.85 KB

File metadata and controls

48 lines (29 loc) · 1.85 KB

Actions

Select "Actions" from the left-hand menu panel on the homepage.This page is the management page for actions. It shows actions within the chosen region, org and space.

action details page

Select an action from the page to move to the action details page.

Details overview

The action details page will show properties for the chosen action.

For supported runtimes, action source code is shown in an editor which allows users to make changes live.

action details page

Using the menu on the left-hand side, different properties for the action can be accessed and modified.

  • "Code" - shows action source code in editor.
  • "Parameters" - shows default parameters for the action.
  • "Runtime" - shows the action runtime, timeout value and memory limit.
  • "Endpoints" - allows you to expose the action as web action.
  • "Connected Triggers" - shows the triggers action is connected to.
  • "Enclosing Sequences" - shows sequences which use this action.

Invoking actions

Click the "Invoke" button to invoke an action and display the resulting activation record.

Input parameters to invocations can be modified using the "Change Input" button.

Invoking an action

Creating actions

From the action overview page, new actions can be created by providing the source code through the browser-based editor.

  1. Select the "Create" button from the page. Creating an action
  2. Choose "Create Action" from the list. Creating an action
  3. Fill in the "Action name" and choose the "Runtime".
  4. Click "Create" Creating an action
  5. Fill in the editor with your action source code.