Specifying workflow outputs =========================== When all steps of the workflow have been added, the user can specify workflow outputs by calling ``wf.add_outputs()``: :: wf.add_outputs(final_answer=answer2)