The OrchestrationFlags field in the serviceRequestForm is currently a map of key with flags' names, and values TRUE or FALSE. Since flags can only be true or false, this field could just be an array of the flags. THe flags sent are true, and the ones not sent are false by default.
I know this is a big change in one of the main interfaces, but I put it here to open the discussion
The OrchestrationFlags field in the serviceRequestForm is currently a map of key with flags' names, and values TRUE or FALSE. Since flags can only be true or false, this field could just be an array of the flags. THe flags sent are true, and the ones not sent are false by default.
I know this is a big change in one of the main interfaces, but I put it here to open the discussion