rollback
option for double texting, which interrupts the prior run of the graph and starts a new one with the double-text. This option is very similar to the interrupt
option, but in this case the first run is completely deleted from the database and cannot be restarted. Below is a quick example of using the rollback
option.
Setup
First, we will define a quick helper function for printing out JS and CURL model outputs (you can skip this if using Python):- Javascript
- CURL
- Python
- Javascript
- CURL
Create runs
Now let’s run a thread with the multitask parameter set to “rollback”:- Python
- Javascript
- CURL
View run results
We can see that the thread has data only from the second run- Python
- Javascript
- CURL
- Python
- Javascript