The Autom Mate Community Edition can run workflows (aka ‘Automs’) where there is a 30 seconds runtime limit.
What does this mean when in practice?
It comes down to the following:
- There is no counting of transactions, connections, tokens, applications, data manipulations, triggers, etc. etc. - this is all unlimited
- Use as many as needed applications from the Application Library
- Perform all required data manipulations and as many as required
- Use as many conditions and/or actions as needed
However……
- When the Autom is started and the runtime reaches 30 seconds, the Autom will stop processing and will be indicated in the monitoring page with a status of
Failed - In the
Operation Detail- where you can see the logs - the reason for failure is provided with a clear indication of exceeding the 30 seconds limit
So the combined runtime of all the actions in the Autom needs to be within 30 seconds.
For many workflows this limit is more than enough where on average, Automs only take from milliseconds to some seconds to execute.
Want to see the message of a failed Autom in the Operation Detail?
There is an easy way to do this:
- Download the attached Autom JSON file
- Import the attached Autom JSON into your environment
- Click the ‘
Run Autom’ green button in the upper right corner in Developer Mode from the Autom Center canvas
autom_1754984606210.json (3.8 KB)