# File lib/ruote/exp/command.rb, line 65
    def set_command(workitem, command, step=nil)

      workitem['fields'][F_COMMAND] = [ command, step ]
    end