For every Bad exit in the project --> Do this...

  • Автор темы Автор темы convict29
  • Дата начала Дата начала

convict29

Пользователь
Регистрация
10.07.2014
Сообщения
114
Реакции
3
Баллы
18
The problem :
The project has 50 actions, i cant stay and take the bad (red) exits of 50 actions and point them 1 by 1 to the new action set for bad exits?
I tried the bad end (red big button) but will work just once :/ it wont get to bad end twice.
Is there any way to do it fast and easy? Perhaps a custom code which i have no idea of coding?
 
I'm not sure what you trying to achieve
 
Take a look to the red exits, now imagine i have 20 projects with 100 actions each. Ill have to draw 2000 lines... OR put an action or code that will do this.
1-The-bad-way.png

Can i do this?>
2The-way-i-want.png
 
Bad end is suited for this.
But it's not for infinite loops
 
What are you even trying to do?
If you place the optional Write To File -when fail under the "No more lines" alerts instead, it will go off only when you're out of lines. Is that what you're looking for?
 
Imagine this scenario:
you have a table with a list of 20 sites that you want to add a post. Now some of this sites, lets say site 5 is down, site 6 was wrong password, site 10 was wrong user name and site 19 whatever error.

For the sites that worked, will be written a report to a file "Good-report.xlsx"
How can you know what sites didn't worked? The only way i can think of, is to compare the files manually (the one with the 20 urls with the Good-report.xlsx). Or make for every bad exit of every action to write to file "Bad-report.xlsx" (but this will take months to do it for every project and every action).

So the "Bad end" is the best way to achieve this, but it work only for a single loop :(
 
Do you really plan to create 1 project to cover 20 different sites?
 
Same sites man. All wordpress for example but different urls.
site1.wordpress.com
site2.wordpress.com
 
If they're all using the same platform it's pretty easy. Use a logic to check if you're logged in or not, and if the post went live or not by some unique text/dom/url or whatever.
If any of it fails, have the bad end of the logic to point you to an action that writes it down, along with taking a new line from the list.
You're over thinking this.
 
I think your right, i do over thinking this. The hell with it i go see Ghosts Busters 2:dw:
 
oh nice old movie :)
i need to rewatch it again )
 
like already said you are overthinking... and also like rostonix said Bad End is not for infinite loops, it works only once per run.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)