How can we capture the form name of the jon instantiation screen of the workflow.I want to pass the refernce of this form name to use the elemnts of the form.
Why "capture" it? You basically set that yourself in the "name" attribute of "template_file" tag in available templates.cfg.Set job variable with this value in your wft, that's it.
...sub get_user_input{ TAG_info( reviewer => [ html => qq[<input type="text"/>], is_required => qq[true], label => qq[Select a Reviewer], ],);
__VALUE__('reviewer');
__TAG__('reviewer');