Hello,
I am experimenting with workflow manager and I have some problems with the
syntax of a rule.
I have a custom entity call "flight reservation" (we are an online travel
agency) and I have created the following rule:
When flight reservation is created
wait
Flight Reservation.Reservation Status=Completed
end wait
Update: Flight Reservation.Date/Time issued=Execution Time
This rule updates the field Date/Time with the current date/time when the
status is changed to completed. I want this action to take place also when
the status=Cancelled. It doesn't let me to insert both completed & cancelled
and if I insert 2 rows in between wait and end wait it doesn't do anything.
Any help will be greatly appeciated.