I want to render external form as part of my user task in wso2 BPMN. However, I ma not sure whether I am using the formKey properly. I configured the user task as follows and it was not rendering the form
**<userTask id="usertask1" name="User Task" activiti:assignee="admin" activiti:formKey="conf/user.html"></userTask>**
Hence, I have the following queries
- Should formKey be a simple file path or it should be a key?
- If it should be a key, how to generate the key? Should the form be registered to obtain the key? (If so, how?)