Hello
I would like to call a planning sequence when a button is clicked. From what I have read so far, variables are binded in reference to a data source. However, in my case, the planning sequence has a variable that is not found in one of the data-sources used. So ideally, I would like to prompt the user to fill in values to the variables (all defined as manual input) when the planning sequence is called. I have tried to execute the planning sequence (ps_1.execute()) without any variable binding in hope that the system would prompt for values for the variables but I get error messages since variables are not filled in.
Can anybody help with this?
Thanks.