Skip to main content

Create technical revision bot

Create scheduled or delayed technical revisions in altaFlow workflows. Trigger downstream bots automatically without a human recipient — perfect for automation loops.

This bot is available for free, and its usage does not consume credits. For more information about credit usage, refer to this article.

How the Create technical revision bot works

The altaFlow Create technical revision bot triggers an automated step in a workflow when no human recipient is assigned. Typically added to the backend automatically, it's also available for manual setup — perfect for chaining bots on a schedule or delay, without waiting for a recipient action.

Use case example: You need to export a list of goods and prices from Sales orders to SharePoint, process them, and then use this data to pre-fill invoices. Use the Export to SharePoint list bot to export data and the Pre-fill from SharePoint list records bot to pre-fill data.

However, you also need a step between them that would trigger the Pre-fill bot after you receive data from the Export bot and process it. This is where the Create technical revision bot is useful.

How to set up

Once you have set up the Export to SharePoint list bot, go to All bots.

altaFlow All bots tab in workflow builder with bot library navigation

On the All bots page, click Add bot.

Add bot button in altaFlow All bots page for installing a new workflow bot

Search for the bot you need by category or using the search bar. Then, click Install bot to add it to your workflow.

Create technical revision bot search result in altaFlow bot library with Install button

Action settings

Set up the schedule for when the bot should work. You can choose between On delay and On schedule.

Action settings panel for Create technical revision bot with On delay and On schedule modes

On delay means you set a condition for when the bot should work and a time delay after the condition is met. Learn more about conditions in the dedicated article.

For example, we need the bot to work every time a new Sales order is completed, with a 5-hour processing time.

In Conditions, select:

1) The needed document

2) The fields that must be completed

3) The condition — 'is not empty'.

Bot conditions setup with document field and 'is not empty' rule for altaFlow technical revision

In the Schedule the bot section, set the time. We set it to 5 hours in our case, but you can also choose months or days.

Schedule the bot section with 5-hour delay configuration in altaFlow technical revision bot

As a result, the bot will create a new revision 5 hours after the Sales order is completed.

On schedule means you preset a schedule for the bot to work. For example, we want the bot to create new revisions every Thursday.

In Schedule type select the frequency — in our case, it's 'Days of the week'.

Schedule type dropdown showing Days of the week option

Next, select the months you need the bot to work.

Months selector in altaFlow technical revision bot schedule configuration

Select the days of the week you need.

Days of the week selector for altaFlow technical revision bot recurring schedule

Choose the time and timezone for the bot to work.

Time and timezone picker for altaFlow technical revision bot schedule

Specify when the bot should stop working. There are three options:

1) Never — the bot will work until it's disabled or removed, the workflow is removed, or its new version is published.

2) On exact date — select a calendar date for the bot to stop.

3) After number of occurrences — specify the number of revisions before stopping.

In our case, we've selected an exact date, let's say, the project end date.

End date selection for altaFlow technical revision bot stopping condition

As a result, the bot will create new revisions every Thursday until the project ends.

You can create schedules based on your needs using the described principle.
To complete our example case, we have to install the Pre-fill from SharePoint list records bot. Thus, we get an end-to-end workflow for transferring data between the CRM and documents.

Advanced settings

Fine-tune how the bot creates technical revisions:

  • Run frequency: The bot creates one revision per triggered schedule/delay event by default. For loop patterns, allow multiple runs and configure the stopping condition (max occurrences or end date).

  • Failure handling: If the trigger condition can't be evaluated (missing document, deleted field), decide whether to skip silently and wait for the next window, or halt the workflow for investigation.

  • Document tags: Tag revisions created by this bot (e.g., "auto-revision") so you can distinguish scheduled runs from manual ones during audits.

Learn more about adjusting Advanced settings in the bot setup glossary.


Did this answer your question?