When converting ASCXML, there are multiple formats coming into play, but we don't have yet a clear terminology for referring to them.
In particular, ASCXML makes a first processing to remove the framework specific constructs, moving to "plain SCXML", where there are still some customizations when comparing to the SCXML format defined in https://www.w3.org/TR/scxml/.
Afterwards, for generating an SCXML file set compatible with the official format (and SCAN), we perform an additional processing step.
What should we call the result from this step? Additionally, we did not make any specific test for this conversion step, this should be also fixed before closing this issue.
When converting ASCXML, there are multiple formats coming into play, but we don't have yet a clear terminology for referring to them.
In particular, ASCXML makes a first processing to remove the framework specific constructs, moving to "plain SCXML", where there are still some customizations when comparing to the SCXML format defined in https://www.w3.org/TR/scxml/.
Afterwards, for generating an SCXML file set compatible with the official format (and SCAN), we perform an additional processing step.
What should we call the result from this step? Additionally, we did not make any specific test for this conversion step, this should be also fixed before closing this issue.