-
Type:
Feature Request
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: external task client java
-
None
Problem
- let's assume that a variable is set locally on client side before the completion (before sending the variable to the engine)
- the variable cannot be unset locally
- the dirty state cannot be reset
Solutions
- there exists a method ExternalTask#clear to clear the whole dirty state
- there exists a method ExternalTask#unset(String variableName) to clear a single variable