as2fm.scxml_converter.scxml_entries.scxml_executable_entry.as_plain_execution_body
- as2fm.scxml_converter.scxml_entries.scxml_executable_entry.as_plain_execution_body(exec_body: List[ScxmlExecutableEntry] | None, struct_declarations: ScxmlStructDeclarationsContainer, ascxml_declarations: List[AscxmlDeclaration], **kwargs) List[ScxmlExecutableEntry] | None
Convert the execution body to plain SCXML.
- Parameters:
exec_body – The execution body to convert
struct_declarations – Information about the type of data in the automaton’s datamodel
ascxml_declarations – All ASCXML declarations set in the model.
kwargs – Additional arguments, framework specific.
- Returns:
The converted execution body