That is the error - won’t allow deployment because there is a no unconditional return at the end of the workflows. The way the workflows are designed they always have to return something, In this instance, we are creating a shopping cart record based on whether or not the cart token is already in use.

We return any updated information from the cart and that can include an updated date on the cart so there is always something to return.

1 Like