Contract Violation

  1. Why do I get this error while ! Im trying to go from a human Task to another but I get this error !
  2. 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"
  3. message: "Error while validating expected inputs"
1 Like

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.