Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Will this workflow work as expected?
#1
I've created a workflow:

The workflow looks at SalesOrders, and triggers every time a record is edited (so both on first save and consecutive saves). It has no conditions.

There are two tasks:

First task
  • The first one checks if checkbox 'A' is changed to true.
  • If the condition is met, it will update checkbox 'B' to true.

Second task
  • This task checks if checkbox 'B' is changed to true.
  • If so, it will trigger an API call to a portal I created.

My assumption is that this will basically trigger itself twice: once when a change is made, don't care how. Then if the condition in task 1 is met and checkbox 'B' is updated, that update will trigger the same workflow again, but now trigger task 2. Am I right to assume this?
Reply


Messages In This Thread
Will this workflow work as expected? - Guido1982 - 02-22-2018, 02:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)