rule input submit(boolean) but always mapped to process variable(text)

May I know how to set process variable to be boolean in process model, plus it always return to be null value and failed to write to database by using process model.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to immortalvirgil

    the node wants to store a process variable. -> This process variable has to get the value itself form the form. So the form needs to "transmit" the value from the textfield to the rule input of the SAIL Form and the user input task from the SAIL form rule input to the process variable. -> so i would suggest you check if the start node is properly maintained and transfers the variables properly to the process.

Children