Task attribute: exclusive as an expression

I am wondering whether it is possible to assign the camunda:exclusive attribute using an expression as opposed to a true/false literal. My reading of the documentation is that only a literal value is permitted.

  <bpmn:startEvent id="Process_page" name="Process page" camunda:asyncAfter="true" camunda:exclusive="false">

Thanks. Peter