BpmFlow
BpmFlow
BPM Flow Manual
Introduction
Installation
Application Setup
Application Manuals
Functional and Technical Information
Engineering Models
Troubleshooting
Orbeon Integration
Orbeon Persistence Layer for GemStone/S
Install GemStone/S
Install Persistence Layer
Setup Persistence Layer
Manual Configuration
Service Diagrams
Form Runner Home
Publish or Unpublish Forms in Form Runner
Form Builder Summary
Orbeon Form Builder Toolbox
Forms Summary
Save Form Definition in Orbeon Builder
Publish Form Definition in Orbeon Builder
New Form with one draft
New Form with more than one draft
Edit
Service Http Methods
Technical Information
Migration from Relational Database to GemStone/S
Persistence Layer Backoffice
Powered by GitBook

New Form with one draft

The user access to a new form page and this form has one draft. Orbeon is going to ask the user if he wants to open the saved draft or open a form from scratch. http://orbeonIP:port/orbeon/fr/{app}/{formName}/new and the second to create a new instance of the Form (new link). Service Type: get Servide Output: application/xml Service Path: /crud/{app}/{form-name}/form/form.xhtml

Orbeon POST request body:

<search >
<drafts for-never-saved-document="true">only</drafts>
<page-size>10</page-size>
<page-number>1</page-number>
<lang>en</lang>
</search>
Previous
Publish Form Definition in Orbeon Builder
Next
New Form with more than one draft
Last updated 2 years ago