Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Add HTML scan to retrieve variable operations #258

@sdibernardo

Description

@sdibernardo

As of now, HTML variable access of any kind is not part of the process variable retrieval process. At least the basic usage of embedded forms (if in the classpath) should be scanned to find variables and the respective operations.

Example HTML for embedded form:

<form class="form-horizontal">
    <div class="form-group">
        <div>
            <label class="control-label col-md-4">This is a label</label>
            <textarea class="margin-top" readonly cam-variable-name="content"></textarea>
        </div>
        <div>
            <label class="control-label col-md-4">Approved:</label>
            <div class="display">
                <input type="checkbox"
                       cam-variable-name="approved"
                       cam-variable-type="Boolean"
                       required
                       class="form-control"/>
            </div>
        </div>
    </div>
</form>

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions