Quite often I find myself creating thin mutation wrappers just so i can trigger a workflow from the client. Is there a smart way to wrap a workflow in a mutation which exposes the workflow args?
I guess the complication arises with the onComplete param...