Type Task SOAP_X has an invalid Condition: String index out of range: 109

Hello,

When i make a condition like this (PROC.m<>(T.a) AND (T.b)) so i receive as problem the following "Task SOAP_X has an invalid Condition: String index out of range: 109".

Could you help me please
Best Regards
Nabil
Master student
Tunisia

Invalid Expression

(PROC.m<>(T.a) AND (T.b)) is not a valid expression

(PROC.m<>T.a) AND (PROC.m<>T.b) should work better

You can find more info on conditions here:
http://www.jopera.org/docs/help/jop_9.html#9.3 (Conditional Execution)

Thanking

Hello,

Thank you very much.

Best Regards