edoc automate Guide
Breadcrumbs

Overview of available parameter types for actions

Each action in edoc automate can have different parameters in order to transfer different data to the action.

The parameters marked with an asterisk * accept the return of actions as a value.

  • TEXT*: Is an arbitrary value that you can either specify when creating or is the return of an action.

  • SELECT: Is a value from a list of values.

  • COMPONENT: Is the name of a component.

  • COMPONENTLIST: Is a list with the names of one or more components.

  • KEYVALUELIST*: Is a list with any keys and corresponding values. You can also use the return of an action for the value.

  • VALUELIST*: Is a list with any values.

  • ACTIONLIST: Is a list of actions that can be executed by the action if required.

  • KEYACTIONLIST: Is a list of actions that can be executed by the action if required and any key, e.g. to identify a specific action.

  • ACTION: Is an action that can be executed by the action if required.

  • EDITOR: Is any value. An editor with highlighting is available for input.

  • DATASOURCE: Is a data source from the list of all data sources created in the app.

  • WORKFLOW: Is a workflow from the list of all workflows created in the app.

  • ROUTE: Is a route to a view in the app.