Binding to a Process Variable

To bind the input field to a Java variable, the directive must be used.

Example:

Date Format

Currently only the ISO Date Format is supported.Example value:

Using a Date Picker

Inside Camunda Tasklist, datepicker support is provided through Angular UI.

You can use the Angular UI datepickerdirective to offer a datepicker for the date input field. The complete markup of the input fieldincluding the datepicker button is shown below.

In addition to the HTML markup, the following JavaScript must be included in the form file(see ):

Additional attributes of the input element:

  • is-open="dateFieldOpened": This attribute contains the name of the variable, whichindicates the open status of the datepicker. It must be the same variable, which is set totrue in the open function in the JavaScript snippet. If a form contains multipledatepickers, they must have different values for this attribute.
    Attributes of the datepicker button: