Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

 Properties Tab

Parent Details

The name of the container that this item is within or belongs to, if applicable. See Parent Details on Common Properties.

Basic Settings

FieldDescription
NameThe name of the Actionflow.
DescriptionA short explanation of the Actionflow's purpose.

Show in the Repository

Turns on or off if the Actionflow appears in the Repository.

Exclusion Group


Validate before runningWhere validation has been set on form fields, switching this on performs the validation check before the Actionflow runs. If the validation fails, the Actionflow does not run and informs the user of the error(s).

See Adding Validation.

Allow to Run with Validation Errors

Where validation fails, the user is informed of the error(s) and is given the option to still run the Actionflow.

Actions

Displays the actions in the Actionflow, e.g. Calculate, Open Screen.

Input Connections

Displays the input connection points coming into the Actionflow, and their Type.

Output Connections

Displays the output connection points going out of the Actionflow, and their Type.

API

FieldDescription
API End-Point

Error rendering macro 'excerpt-include' : No link could be created for 'PhixFlow Incoming API'.

See PhixFlow Incoming API .

Allow Anonymous Connections

Available only when API End-Point is .

Error rendering macro 'excerpt-include' : No link could be created for 'PhixFlow Incoming API'.

API Style

Choose if the Actionflow should:

  • Wait for result (Synchronous) (Default): The API waits for the results or the timeout to occur. Note: If the timeout occurs the command is aborted.
  • Poll for result (Asynchronous): The API is called and a response is returned immediately including the process ID. Subsequent API calls can be made using the process ID to fetch the status of the action. The asynchronous mode can be thought of as “fire and forget”.
URLDisplays the URL for the API that is used to call it. This field is read only.

Advanced

FieldDescription
Prioritise throughput over ordering

When enabled, records are processed in parallel to optimise performance. This means the order records are processed is nondeterministic.

When disabled (default), records are processed in the order they are provided.

Allow Parallel Runs from One Client

When enabled, allows an Actionflow to be run multiple times in parallel from the same client, i.e. another run can be started while the previous run is still being processed.

This option is disabled by default.

 Security

Error rendering macro 'excerpt-include' : No link could be created for 'Understanding Actionflows'.

Property pages related to Actionflows:

Use Actionflows to configure functionality for applications made in 9.0 or later: Understanding Actionflows

For applications made in 8.3 or earlier, use table-actions: Configuring Actions.

  • No labels