Skip to main content

Workflow Computations

Compute attribute values

Take your workflows to the next level with Workflow Computations!

This advanced feature lets you use the Alloy API to compute values for attributes on any given action. Live API documentation is available on Swagger and ReDoc.

Parameters

When defining an action's parameters, you can compute a value for any of the action's attributes. Using a subset of the C# syntax, you can write scripts that perform arithmetic operations, manipulate strings and construct AQS queries.

Variables

You can also define one or more variables per action, to store computed values and access them from other nodes.

Helpers

To make things easier and save you a bit of time, we've defined some convenient helper functions that you can make use of in your computations.

Examples

Computations can be used for all sorts of applications. Therefore, we've compiled a variety of examples, to serve as inspiration and give you a look at some code!