as2fm.scxml_converter.scxml_entries.scxml_executable_entries.valid_execution_body

as2fm.scxml_converter.scxml_entries.scxml_executable_entries.valid_execution_body(execution_body: List[ScxmlAssign | ScxmlIf | ScxmlSend]) bool

Check if an execution body is valid.

Parameters:

execution_body – The execution body to check

Returns:

True if the execution body is valid, False otherwise