I did something similar in v6.0 which works in both the label and description sections.
Change name MyProcess and try:
<a class="btn btn-default btn-xs" href="javascript: void(0);" onClick="AwareApp.startProcessFromForm ('MyProcess','main', this, false)" title="Start My Process"><i class="fa fa-plus-circle"> Run</i></a>
Notice that 'MyProcess' & 'main' parameters both have brackets.

