Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Forms are list of user interfaces to display and entry data from user. Emakin uses generic form rendering engine and many control types to display or edit workflow instance data. Please refer to forms overview for general information.

Process pools may have zero or more form definitions to display. If not set, all tasks uses the pool default form but each task can use different form design if desired. Using too many forms are not recommended for easy management. Declaring sections in form and set state for each section is better practice.

Also you can define form templates to re-use common panels for data model types.

Form Section State

Forms also have "Section" definitions to control state of form elements. Any defined form section state can be set for each task in process.

  1. Click on task to update
  2. Right click on task to view context menu and select "Form" option.
  3. Defined form sections are listed like following example screen.

Form Script

By default all controls or labels are automatically updated when data model is change but in some conditions you may want dynamically update data model from scripting environment. Form script allows to perform operations or attach data model nodes to get notification for changes.

Please refer to Forms Overview for more details.



  • No labels