Contract Violation

1
+1
-1
  1. Why do I get this error while ! Im trying to go from a human Task to another but I get this error !

explanations: [" cannot be assigned to INTEGER", " cannot be assigned to INTEGER",…]
  1. 0: " cannot be assigned to INTEGER"
  2. 1: " cannot be assigned to INTEGER"
  3. 2: "{itemName=, itemQuantity=, companyAdress=, companyName=, itemPrice=, itemDescription=} cannot be assigned to COMPLEX type"
message: "Error while validating expected inputs"

Comments

Submitted by romain.bioteau on Tue, 07/21/2020 - 15:28

What are you submitting on the form for this task ? Is it compliant with the contract defined on the tasks ? Looks like it was expecting an integer and got an empty string instead.

No answers yet.
Notifications