Does an action with metering will wait for it to complete before going to the next action or will it continue right away?
I'm asking because I have rule with actions witch depend on the result of a previous action.
Does an action with metering will wait for it to complete before going to the next action or will it continue right away?
I'm asking because I have rule with actions witch depend on the result of a previous action.
This is easy to test if you enable (at least) "Action" logging for the Rule and see what the logs say ... and so I did:
Looks like it waits.
Thanks, I won't have to add a delay then.