Hi, hoping someone can assist with my VM build workflow that uses a pre-defined XML file as an input.
I want the end user to confirm the XML values before the build commences so I've dropped in a User Interaction object which essentially just relays the attributes back to the user. There is an extra boolean attribute here asking the user if the values are correct or not.
First of all I want to make the presentation fields read-only, is this possible?
Secondly how do I control the workflow from the result of the boolean attribute - Yes, these values are correct - continue with build, or No, there is an error - cancel the workflow with an error.
Annoying if you click the Cancel button on the user interaction it still sits there in the background waiting for Input - can you change what buttons are visible (or what they do?)
Thanks very much in advance.