Problem:
We need a way to be able to filter and distinguish between orders that are made in "Test Mode" vs. live orders.
Right now, there's no way to tell the difference in a workflow. That means that they're treated exactly the same.
Solution:
Add a property for Order Submitted that we can use to know whether it's in live mode or testmode.
order.livemode (true/false)