There is a way to call the forms directly, by creating a URL based on the following set of rules:
- The base url of the server
http://localhost:8080
- The handler for the form
/xFormsManager/init or
/xFormsManager/act or
/xFormsManager/notification
- Then a few parameters:
- The id of the task the form is attached to:
id=cc29fd05-9494-4f90-b8dc-eb24c13a0bdb
- The Type of the task:
type=PIPATask or
type=Notification or
type=PATask
- The URL of the form, as it has been deployed
url=/AbsenceRequestAbsenceRequest.xform
- A participant token
token=...
This gives something like:
Sample URL(Right Click me)